SciPy

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

scipy.linalg.lapack.sgecon

scipy.linalg.lapack.sgecon(a, anorm[, norm]) = <fortran object>

Wrapper for sgecon.

Parameters
ainput rank-2 array(‘f’) with bounds (n,n)
anorminput float
Returns
rcondfloat
infoint
Other Parameters
norminput string(len=1), optional

Default: ‘1’

Previous topic

scipy.linalg.lapack.zgebal

Next topic

scipy.linalg.lapack.dgecon