pymatsolver.Mumps.factor#
- Mumps.factor(A=None)[source]#
(Re)factor the A matrix.
- Parameters:
- A
scipy.sparse.spmatrix
The matrix to be factorized. If a previous factorization has been performed, this will reuse the previous factorization’s analysis.
- A