SciPy

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

scipy.linalg.lapack.dpocon

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

Wrapper for dpocon.

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’