SciPy

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

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

Previous topic

scipy.linalg.lapack.dlange

Next topic

scipy.linalg.lapack.zlange