SciPy

This is documentation for an old release of SciPy (version 0.17.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:

norm : input string(len=1)

a : input rank-2 array(‘d’) with bounds (m,n)

Returns:

n2 : float