This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Construct an orthonormal basis for the range of A using SVD
Parameters : | A : array, shape (M, N) |
---|---|
Returns : | Q : array, shape (M, K)
|
See also