finesse.cmatrix.KLUMatrix¶
Overview
- class finesse.cmatrix.KLUMatrix¶
- Bases: - CCSMatrix- An object representation of a CCS matrix with methods to factor and solve the matrix via KLU. 
Methods
| 
 | klu_condest | 
| 
 | Factor the matrix. | 
| 
 | klu_rcond: compute min(abs(diag(U))) / max(abs(diag(U))) | 
| 
 | Re-factor the matrix. | 
| 
 | klu_rgrowth : compute the reciprocal pivot growth | 
| 
 | Solve the matrix with options for transposing and conjugating. | 
| 
 | Solve the matrix for all present rhs vectors except the main one, with options for transposing and conjugating. | 
| 
 | Multiply this matrix with the rhs vector corresponding to rhs_index, and store the result in out. |