SciPy

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

scipy.linalg.lapack.slauum

scipy.linalg.lapack.slauum(c[, lower, overwrite_c]) = <fortran object>

Wrapper for slauum.

Parameters:
c : input rank-2 array(‘f’) with bounds (n,n)
Returns:
a : rank-2 array(‘f’) with bounds (n,n) and c storage
info : int
Other Parameters:
 
overwrite_c : input int, optional

Default: 0

lower : input int, optional

Default: 0

Previous topic

scipy.linalg.lapack.zlaswp

Next topic

scipy.linalg.lapack.dlauum