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.1).

scipy.linalg.lapack.strtri

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

Wrapper for strtri.

Parameters:
c : input rank-2 array(‘f’) with bounds (n,n)
Returns:
inv_c : 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

unitdiag : input int, optional

Default: 0

Previous topic

scipy.linalg.lapack.ztrsyl

Next topic

scipy.linalg.lapack.dtrtri