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

scipy.linalg.lapack.dlange#

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

Wrapper for dlange.

Parameters
norminput string(len=1)
ainput rank-2 array(ā€˜d’) with bounds (m,n)
Returns
n2float