ksh0929 / efficient-java-matrix-library

Automatically exported from code.google.com/p/efficient-java-matrix-library
0 stars 0 forks source link

Add flag to automatically order singular values in SVD #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add flag to automatically order singular values in SVD.  Current the user needs 
to remember to call descendingOrder() after invoking SVD.  After the flag is 
added the user can do it in a single step.

Original issue reported on code.google.com by peter.ab...@gmail.com on 19 Sep 2013 at 8:55

GoogleCodeExporter commented 8 years ago
While this would be a nice feature it adds complexity to decompositions.  Going 
to keep the current design where default is unordered.

Original comment by peter.ab...@gmail.com on 17 Nov 2014 at 10:39