scipy.linalg.lapack.spotri#
- scipy.linalg.lapack.spotri(c[, lower, overwrite_c]) = <fortran object>#
 Wrapper for
spotri.- Parameters:
 - cinput rank-2 array(âfâ) with bounds (n,n)
 
- Returns:
 - inv_arank-2 array(âfâ) with bounds (n,n) and c storage
 - infoint
 
- Other Parameters:
 - overwrite_cinput int, optional
 Default: 0
- lowerinput int, optional
 Default: 0