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

scipy.linalg.lapack.slange

scipy.linalg.lapack.slange(norm, a) = <fortran slange>

Wrapper for slange.

Parameters
norminput string(len=1)
ainput rank-2 array(‘f’) with bounds (m,n)
Returns
n2float