scipy.linalg.lapack.cpttrs¶
- 
scipy.linalg.lapack.cpttrs(d, e, b[, lower, overwrite_b]) = <fortran object>¶ Wrapper for
cpttrs.- Parameters
 - dinput rank-1 array(‘f’) with bounds (n)
 - einput rank-1 array(‘F’) with bounds ((n>0?n-1:0))
 - binput rank-2 array(‘F’) with bounds (ldb,nrhs)
 
- Returns
 - xrank-2 array(‘F’) with bounds (ldb,nrhs) and b storage
 - infoint
 
- Other Parameters
 - lowerinput int, optional
 Default: 0
- overwrite_binput int, optional
 Default: 0
