scipy.linalg.lapack.cpotrs¶
- 
scipy.linalg.lapack.cpotrs(c, b[, lower, overwrite_b]) = <fortran object>¶ Wrapper for
cpotrs.- Parameters
 - cinput rank-2 array(‘F’) with bounds (n,n)
 - binput rank-2 array(‘F’) with bounds (n,nrhs)
 
- Returns
 - xrank-2 array(‘F’) with bounds (n,nrhs) and b storage
 - infoint
 
- Other Parameters
 - overwrite_binput int, optional
 Default: 0
- lowerinput int, optional
 Default: 0
