Wrapper for ctrtri.
| 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
lower : input int, optional
unitdiag : input int, optional
|
|