go.matrix icon indicating copy to clipboard operation
go.matrix copied to clipboard

Added SVDHH() for DenseMatrix, which works for m<n.

Open hersh opened this issue 11 years ago • 0 comments

Thanks for writing go.matrix and making it available!

I needed an SVD that worked for m<n matrices, so I ported this one from Orocos KDL. I haven't done any optimization work on it, it's still mostly just a straight-across port from the C++, but it already works for me.

hersh avatar Aug 09 '14 22:08 hersh