scipy.linalg.lapack.strtri#
- scipy.linalg.lapack.strtri(c[, lower, unitdiag, overwrite_c]) = <fortran function strtri>#
- Wrapper for - strtri.- Parameters:
- cinput rank-2 array(‘f’) with bounds (n,n)
 
- Returns:
- inv_crank-2 array(‘f’) with bounds (n,n) and c storage
- infoint
 
- Other Parameters:
- overwrite_cinput int, optional
- Default: 0 
- lowerinput int, optional
- Default: 0 
- unitdiaginput int, optional
- Default: 0