MFEM v4.7.0
Finite element discretization library
|
This is the complete list of members for mfem::LUFactors, including all inherited members.
BlockBackSolve(int m, int n, int r, const real_t *U12, const real_t *X2, real_t *Y1) const | mfem::LUFactors | |
BlockFactor(int m, int n, real_t *A12, real_t *A21, real_t *A22) const | mfem::LUFactors | |
BlockForwSolve(int m, int n, int r, const real_t *L21, real_t *B1, real_t *B2) const | mfem::LUFactors | |
data | mfem::Factors | |
Det(int m) const | mfem::LUFactors | virtual |
Factor(int m, real_t TOL=0.0) | mfem::LUFactors | virtual |
Factors() | mfem::Factors | inline |
Factors(real_t *data_) | mfem::Factors | inline |
GetInverseMatrix(int m, real_t *X) const | mfem::LUFactors | virtual |
ipiv | mfem::LUFactors | |
ipiv_base | mfem::LUFactors | static |
LSolve(int m, int n, real_t *X) const | mfem::LUFactors | |
LUFactors() | mfem::LUFactors | inline |
LUFactors(real_t *data_, int *ipiv_) | mfem::LUFactors | inline |
Mult(int m, int n, real_t *X) const | mfem::LUFactors | |
RightSolve(int m, int n, real_t *X) const | mfem::LUFactors | |
Solve(int m, int n, real_t *X) const | mfem::LUFactors | virtual |
SubMult(int m, int n, int r, const real_t *A21, const real_t *X1, real_t *X2) | mfem::LUFactors | static |
USolve(int m, int n, real_t *X) const | mfem::LUFactors | |
~Factors() | mfem::Factors | inlinevirtual |