derekbeaton/GSVD

Make SVD slightly faster

derekbeaton opened this issue · 0 comments

Check for N < or > P, and transpose the matrix before SVD

svd() is faster when there are there are more rows than columns