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 zpotrf - module scipy.linalg.lapack

Signature de la fonction zpotrf

Description

zpotrf.__doc__

c,info = zpotrf(a,[lower,clean,overwrite_a])

Wrapper for ``zpotrf``.

Parameters
----------
a : input rank-2 array('D') with bounds (n,n)

Other Parameters
----------------
overwrite_a : input int, optional
    Default: 0
lower : input int, optional
    Default: 0
clean : input int, optional
    Default: 1

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