This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.sgesdd_lwork¶
-
scipy.linalg.lapack.
sgesdd_lwork
(m, n[, compute_uv, full_matrices]) = <fortran object>¶ Wrapper for
sgesdd_lwork
.Parameters: - m : input int
- n : input int
Returns: - work : float
- info : int
Other Parameters: - compute_uv : input int, optional
Default: 1
- full_matrices : input int, optional
Default: 1