xjiang4 / ellipsoids

Automatically exported from code.google.com/p/ellipsoids
Other
0 stars 1 forks source link

Implement an heuristic for gras.gen.MatVector.rMultiply to choose between is useSparseMatrix=true and useSparseMatrix=false #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Heuristic for gras.gen.MatVector.rMultiply requires some research to be done. 
Presumably it is possible to make an educated guess which method to use 
depending on the input array dimensions. 

See

gras.gen.test.mlunit.SuiteBasic.testCompareMatVectorMultiply 

test

Original issue reported on code.google.com by heartofm...@gmail.com on 23 Apr 2013 at 11:49