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.cptsv¶
- scipy.linalg.lapack.cptsv = <fortran object>¶
- cptsv - Function signature:
- d,du,x,info = cptsv(d,e,b,[overwrite_d,overwrite_e,overwrite_b])
- Required arguments:
- d : input rank-1 array(‘f’) with bounds (*) e : input rank-1 array(‘F’) with bounds (n - 1) b : input rank-2 array(‘F’) 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(‘f’) with bounds (*) du : rank-1 array(‘F’) with bounds (n - 1) and e storage x : rank-2 array(‘F’) with bounds (,) and b storage info : int