Wrapper for zgbtrf.
| Parameters: | ab : input rank-2 array(‘D’) with bounds (ldab,*) kl : input int ku : input int |
|---|---|
| Returns: | lu : rank-2 array(‘D’) with bounds (ldab,*) and ab storage ipiv : rank-1 array(‘i’) with bounds (MIN(m,n)) info : int |
| Other Parameters: | |
m : input int, optional
n : input int, optional
overwrite_ab : input int, optional
ldab : input int, optional
|
|