scipy.linalg.lapack.sorcsd_lwork#
- scipy.linalg.lapack.sorcsd_lwork(m, p, q) = <flapack function sorcsd_lwork>#
Query the workspace
sorcsdneeds (LAPACKsorcsdwithlwork = -1).The query runs with every factor requested, no transpose and the default sign convention, which is what the
.pyfhard-codes.- Parameters:
- mint
Order of the partitioned matrix.
- pint
Row count of the leading block.
- qint
Column count of the leading block.
- Returns:
- workfloat
Optimal lwork.
- infoint
0 on success; if negative, the
-info-th argument had an illegal value.