This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.dptsv¶
- scipy.linalg.lapack.dptsv = <fortran object>¶
- dptsv - Function signature:
- d,du,x,info = dptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b])
- Required arguments:
- d : input rank-1 array(‘d’) with bounds (*) e : input rank-1 array(‘d’) with bounds (n - 1) b : input rank-2 array(‘d’) with bounds (,)
- Optional arguments:
- overwrite_d := 0 input int overwrite_e := 0 input int overwrite_b := 0 input int
- Return objects:
- d : rank-1 array(‘d’) with bounds (*) du : rank-1 array(‘d’) with bounds (n - 1) and e storage x : rank-2 array(‘d’) with bounds (,) and b storage info : int