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

Signature de la fonction zppsv

Description

zppsv.__doc__

x,info = zppsv(n,ap,b,[lower,overwrite_b])

Wrapper for ``zppsv``.

Parameters
----------
n : input int
ap : input rank-1 array('D') with bounds (L)
b : input rank-2 array('D') with bounds (ldb,nrhs)

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

Returns
-------
x : rank-2 array('D') with bounds (ldb,nrhs) and b storage
info : int