bahaelaila7 / sparse-eigensolvers-java

Automatically exported from code.google.com/p/sparse-eigensolvers-java
0 stars 1 forks source link

Test framework with example matrices #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to see a suite of matrices (perhaps defined in Matrix Market 
format) which have been solved in MATLAB and their answered stored to file. A 
small test framework would then allow a solver to be tested by loading every 
matrix, solving it (options for eigenvalues and vectors) and comparing to the 
MATLAB answers (up to a given precision). Also, some small dense matrices could 
be tested which were solved using more run of the mill solvers.

Original issue reported on code.google.com by Sam.Hall...@gmail.com on 16 Oct 2012 at 7:18

GoogleCodeExporter commented 9 years ago
This is has been implemented for sparse matrices. Dense matrices can be handled 
in a similar way.

Original comment by margent...@gmail.com on 14 Nov 2012 at 2:58