SciPy

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

scipy.linalg.lapack.zlange

scipy.linalg.lapack.zlange = <fortran zlange>
zlange - Function signature:
n2 = zlange(norm,a)
Required arguments:
norm : input string(len=1) a : input rank-2 array(‘D’) with bounds (m,n)
Return objects:
n2 : float