MFEM  v4.6.0
Finite element discretization library
Public Member Functions | Public Attributes | List of all members
mfem::Factors Class Reference

#include <densemat.hpp>

Inheritance diagram for mfem::Factors:
[legend]

Public Member Functions

 Factors ()
 
 Factors (double *data_)
 
virtual bool Factor (int m, double TOL=0.0)
 
virtual double Det (int m) const
 
virtual void Solve (int m, int n, double *X) const
 
virtual void GetInverseMatrix (int m, double *X) const
 
virtual ~Factors ()
 

Public Attributes

double * data
 

Detailed Description

Abstract class that can compute factorization of external data and perform various operations with the factored data.

Definition at line 618 of file densemat.hpp.

Constructor & Destructor Documentation

◆ Factors() [1/2]

mfem::Factors::Factors ( )
inline

Definition at line 624 of file densemat.hpp.

◆ Factors() [2/2]

mfem::Factors::Factors ( double *  data_)
inline

Definition at line 626 of file densemat.hpp.

◆ ~Factors()

virtual mfem::Factors::~Factors ( )
inlinevirtual

Definition at line 650 of file densemat.hpp.

Member Function Documentation

◆ Det()

virtual double mfem::Factors::Det ( int  m) const
inlinevirtual

Reimplemented in mfem::CholeskyFactors, and mfem::LUFactors.

Definition at line 634 of file densemat.hpp.

◆ Factor()

virtual bool mfem::Factors::Factor ( int  m,
double  TOL = 0.0 
)
inlinevirtual

Reimplemented in mfem::CholeskyFactors, and mfem::LUFactors.

Definition at line 628 of file densemat.hpp.

◆ GetInverseMatrix()

virtual void mfem::Factors::GetInverseMatrix ( int  m,
double *  X 
) const
inlinevirtual

Reimplemented in mfem::CholeskyFactors, and mfem::LUFactors.

Definition at line 645 of file densemat.hpp.

◆ Solve()

virtual void mfem::Factors::Solve ( int  m,
int  n,
double *  X 
) const
inlinevirtual

Reimplemented in mfem::CholeskyFactors, and mfem::LUFactors.

Definition at line 640 of file densemat.hpp.

Member Data Documentation

◆ data

double* mfem::Factors::data

Definition at line 622 of file densemat.hpp.


The documentation for this class was generated from the following file: