SciPy

This is documentation for an old release of SciPy (version 1.1.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.zpotri

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

Wrapper for zpotri.

Parameters:
c : input rank-2 array(‘D’) with bounds (n,n)
Returns:
inv_a : rank-2 array(‘D’) with bounds (n,n) and c storage
info : int
Other Parameters:
 
overwrite_c : input int, optional

Default: 0

lower : input int, optional

Default: 0