SciPy

This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.sgetri_lwork

scipy.linalg.lapack.sgetri_lwork = <fortran object>
sgetri_lwork - Function signature:
work,info = sgetri_lwork(n)
Required arguments:
n : input int
Return objects:
work : float info : int