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

Signature de la fonction zpttrf

Description

zpttrf.__doc__

d,e,info = zpttrf(d,e,[overwrite_d,overwrite_e])

Wrapper for ``zpttrf``.

Parameters
----------
d : input rank-1 array('d') with bounds (n)
e : input rank-1 array('D') with bounds ((n>0?n-1:0))

Other Parameters
----------------
overwrite_d : input int, optional
    Default: 0
overwrite_e : input int, optional
    Default: 0

Returns
-------
d : rank-1 array('d') with bounds (n)
e : rank-1 array('D') with bounds ((n>0?n-1:0))
info : int