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.slange

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