|
MFEM
v3.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::LUFactors | |
| Factor(int m) | mfem::LUFactors | |
| GetInverseMatrix(int m, double *X) const | mfem::LUFactors | |
| 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 | |
| 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::LUFactors | static |
| USolve(int m, int n, double *X) const | mfem::LUFactors |
1.8.5