Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « scipy.linalg.lapack »

Fonction cpotri - module scipy.linalg.lapack

Signature de la fonction cpotri

Description

cpotri.__doc__

inv_a,info = cpotri(c,[lower,overwrite_c])

Wrapper for ``cpotri``.

Parameters
----------
c : input rank-2 array('F') with bounds (n,n)

Other Parameters
----------------
overwrite_c : input int, optional
    Default: 0
lower : input int, optional
    Default: 0

Returns
-------
inv_a : rank-2 array('F') with bounds (n,n) and c storage
info : int