scipy.linalg.lapack.zpbsv
-
scipy.linalg.lapack.zpbsv = <fortran object>
- zpbsv - Function signature:
- c,x,info = zpbsv(ab,b,[lower,ldab,overwrite_ab,overwrite_b])
- Required arguments:
- ab : input rank-2 array(‘D’) with bounds (ldab,n)
b : input rank-2 array(‘D’) with bounds (ldb,nrhs)
- Optional arguments:
- lower := 0 input int
overwrite_ab := 0 input int
ldab := shape(ab,0) input int
overwrite_b := 0 input int
- Return objects:
- c : rank-2 array(‘D’) with bounds (ldab,n) and ab storage
x : rank-2 array(‘D’) with bounds (ldb,nrhs) and b storage
info : int