MFEM
v4.5.2
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 double *U12, const double *X2, double *Y1) const | mfem::LUFactors | |
BlockFactor(int m, int n, double *A12, double *A21, double *A22) const | mfem::LUFactors | |
BlockForwSolve(int m, int n, int r, const double *L21, double *B1, double *B2) const | mfem::LUFactors | |
data | mfem::Factors | |
Det(int m) const | mfem::LUFactors | virtual |
Factor(int m, double TOL=0.0) | mfem::LUFactors | virtual |
Factors() | mfem::Factors | inline |
Factors(double *data_) | mfem::Factors | inline |
GetInverseMatrix(int m, double *X) const | mfem::LUFactors | virtual |
ipiv | mfem::LUFactors | |
ipiv_base | mfem::LUFactors | static |
LSolve(int m, int n, double *X) const | mfem::LUFactors | |
LUFactors() | mfem::LUFactors | inline |
LUFactors(double *data_, int *ipiv_) | mfem::LUFactors | inline |
Mult(int m, int n, double *X) const | mfem::LUFactors | |
RightSolve(int m, int n, double *X) const | mfem::LUFactors | |
Solve(int m, int n, double *X) const | mfem::LUFactors | virtual |
SubMult(int m, int n, int r, const double *A21, const double *X1, double *X2) | mfem::LUFactors | static |
USolve(int m, int n, double *X) const | mfem::LUFactors | |
~Factors() | mfem::Factors | inlinevirtual |