MFEM  v4.6.0
Finite element discretization library
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) constmfem::LUFactors
BlockFactor(int m, int n, double *A12, double *A21, double *A22) constmfem::LUFactors
BlockForwSolve(int m, int n, int r, const double *L21, double *B1, double *B2) constmfem::LUFactors
datamfem::Factors
Det(int m) constmfem::LUFactorsvirtual
Factor(int m, double TOL=0.0)mfem::LUFactorsvirtual
Factors()mfem::Factorsinline
Factors(double *data_)mfem::Factorsinline
GetInverseMatrix(int m, double *X) constmfem::LUFactorsvirtual
ipivmfem::LUFactors
ipiv_basemfem::LUFactorsstatic
LSolve(int m, int n, double *X) constmfem::LUFactors
LUFactors()mfem::LUFactorsinline
LUFactors(double *data_, int *ipiv_)mfem::LUFactorsinline
Mult(int m, int n, double *X) constmfem::LUFactors
RightSolve(int m, int n, double *X) constmfem::LUFactors
Solve(int m, int n, double *X) constmfem::LUFactorsvirtual
SubMult(int m, int n, int r, const double *A21, const double *X1, double *X2)mfem::LUFactorsstatic
USolve(int m, int n, double *X) constmfem::LUFactors
~Factors()mfem::Factorsinlinevirtual