pymatsolver.Pardiso.factor#

Pardiso.factor(A=None)[source]#

(Re)factor the A matrix.

Parameters:
Ascipy.sparse.spmatrix

The matrix to be factorized. If a previous factorization has been performed, this will reuse the previous factorization’s analysis.