Make SVD slightly faster
derekbeaton opened this issue · 0 comments
derekbeaton commented
Check for N < or > P, and transpose the matrix before SVD
svd() is faster when there are there are more rows than columns
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