SciPy

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

scipy.linalg.lapack.zpocon

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

Wrapper for zpocon.

Parameters:

a : input rank-2 array(‘D’) with bounds (n,n)

anorm : input float

Returns:

rcond : float

info : int

Other Parameters:
 

uplo : input string(len=1), optional

Default: ‘U’