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

scipy.linalg.lapack.cpocon#

scipy.linalg.lapack.cpocon(a, anorm[, uplo]) = <fortran object>#

Wrapper for cpocon.

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

Default: ‘U’