Construct an orthonormal basis for the range of A using SVD
A : (M, N) ndarray
Input array
Q : (M, K) ndarray
Orthonormal basis for the range of A. K = effective rank of A, as determined by automatic cutoff
See also
scipy.linalg.diagsvd
scipy.linalg.cholesky
Enter search terms or a module, class or function name.