Solve after factorization¶
Python API¶
-
SolveAfterLDL
(A, B[, conjugate=True])¶ - Parameters
A – Factored dense matrix
B – Matrix of right-hand sides to solved against (in-place)
conjugate – (optional) If an LDLH factorization was performed
C++ API¶
-
void
ldl
::
SolveAfter
(const AbstractDistMatrix<F> &A, AbstractDistMatrix<F> &B, bool conjugated = false)¶