derekbeaton / GSVD

19 stars 6 forks source link

Make SVD slightly faster #8

Open derekbeaton opened 4 years ago

derekbeaton commented 4 years ago

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

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