scipy.linalg.lapack.clauum¶
- 
scipy.linalg.lapack.clauum(c[, lower, overwrite_c]) = <fortran object>¶ Wrapper for
clauum.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
