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.clange#

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

Wrapper for clange.

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