Hello Dima,
Hi. Yeah, there're plenty of other (and better) SVD implementations.
They won't be a drop-in replacement, however because numerical recipes
uses a ridiculous matrix storage scheme:
typedef struct {
INTrows ;
INTcolumns ;
DOUBLE **m ;
} YM
Tim Edwards writes:
> Well, it's pretty clear that the TimberWolf authors at Yale unabashedly
> plaigerized out of Numerical Recipes for their thesis work. What you
> found is not particularly difficult to work around, as the single-value
> decomposition routines can be found in the GNU Scientif
2 matches
Mail list logo