Closed pederson closed 8 years ago
JBLAS has no sparse matrices. The candidate packages are: Parallel Colt, SST, Commons Math, and JScience. Parallel Colt has a bug in its SparseDComplexMatrix2D class that creates HUGE memory and speed problems.
It might be time to write my own SparseComplexMatrix and ComplexVector classes to do Matrix-Vector multiplications.
Created my own SparseComplexMatrix class
Switch to JBLAS. Simply no Java native code will beat BLAS.