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.15.1).

scipy.linalg.lapack.zgecon

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

Wrapper for zgecon.

Parameters:

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

anorm : input float

Returns:

rcond : float

info : int

Other Parameters:
 

norm : input string(len=1), optional

Default: ‘1’