Wrapper for cposv.
| Parameters: | a : input rank-2 array(‘F’) with bounds (n,n) b : input rank-2 array(‘F’) with bounds (n,nrhs) |
|---|---|
| Returns: | c : rank-2 array(‘F’) with bounds (n,n) and a storage x : rank-2 array(‘F’) with bounds (n,nrhs) and b storage info : int |
| Other Parameters: | |
overwrite_a : input int, optional
overwrite_b : input int, optional
lower : input int, optional
|
|