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

Signature de la fonction cgbsv

Description

cgbsv.__doc__

lub,piv,x,info = cgbsv(kl,ku,ab,b,[overwrite_ab,overwrite_b])

Wrapper for ``cgbsv``.

Parameters
----------
kl : input int
ku : input int
ab : input rank-2 array('F') with bounds (2*kl+ku+1,n)
b : input rank-2 array('F') with bounds (n,nrhs)

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

Returns
-------
lub : rank-2 array('F') with bounds (2*kl+ku+1,n) and ab storage
piv : rank-1 array('i') with bounds (n)
x : rank-2 array('F') with bounds (n,nrhs) and b storage
info : int