Skip to content

ggovan/matrixmult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Spare Matrix Multiplication

Some old sparse matrix multiplication stuff in Java and Scala. The Java performed well against the C (or was it C++) benchmark we were comparing against. The Scala version needs work, I wrote it when I didn't have a firm grasp on the collections library; it could very much be improved.

TODO

  • Tests for parallel version
  • Get the Scala version up to scratch
  • Use JMH to benchmark performance

About

Sparese matrix multiplication for Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published