MFEM  v4.6.0
Finite element discretization library
mfem::ComplexLUFactors Member List

This is the complete list of members for mfem::ComplexLUFactors, including all inherited members.

ComplexFactors()mfem::ComplexFactorsinline
ComplexFactors(double *data_r_, double *data_i_)mfem::ComplexFactorsinline
ComplexLUFactors()mfem::ComplexLUFactorsinline
ComplexLUFactors(double *data_r_, double *data_i, int *ipiv_)mfem::ComplexLUFactorsinline
ComplexToReal(int m, const std::complex< double > *x, double *x_r, double *x_i) constmfem::ComplexFactorsprotected
datamfem::ComplexFactors
data_imfem::ComplexFactors
data_rmfem::ComplexFactors
Det(int m) constmfem::ComplexLUFactorsvirtual
Factor(int m, double TOL=0.0)mfem::ComplexLUFactorsvirtual
GetInverseMatrix(int m, double *X_r, double *X_i) constmfem::ComplexLUFactorsvirtual
ipivmfem::ComplexLUFactors
ipiv_basemfem::ComplexLUFactorsstatic
LSolve(int m, int n, double *X_r, double *X_i) constmfem::ComplexLUFactors
Mult(int m, int n, double *X_r, double *X_i) constmfem::ComplexLUFactors
Mult(int m, int n, std::complex< double > *X) constmfem::ComplexLUFactors
RealToComplex(int m, const double *x_r, const double *x_i) constmfem::ComplexFactorsprotected
ResetComplexData(int m)mfem::ComplexFactorsinline
RightSolve(int m, int n, double *X_r, double *X_i) constmfem::ComplexLUFactors
SetComplexData(int m)mfem::ComplexFactors
Solve(int m, int n, double *X_r, double *X_i) constmfem::ComplexLUFactorsvirtual
USolve(int m, int n, double *X_r, double *X_i) constmfem::ComplexLUFactors
~ComplexFactors()mfem::ComplexFactorsinlinevirtual