MFEM  v3.3
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::LUFactors Member List

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
datamfem::LUFactors
Factor(int m)mfem::LUFactors
GetInverseMatrix(int m, double *X) const mfem::LUFactors
ipivmfem::LUFactors
ipiv_basemfem::LUFactorsstatic
LSolve(int m, int n, double *X) const mfem::LUFactors
LUFactors()mfem::LUFactorsinline
LUFactors(double *data_, int *ipiv_)mfem::LUFactorsinline
Mult(int m, int n, double *X) const mfem::LUFactors
Solve(int m, int n, double *X) const mfem::LUFactors
SubMult(int m, int n, int r, const double *A21, const double *X1, double *X2)mfem::LUFactorsstatic
USolve(int m, int n, double *X) const mfem::LUFactors