MFEM
v3.0
|
This is the complete list of members for mfem::AbstractSparseMatrix, including all inherited members.
AbstractSparseMatrix(int s=0) | mfem::AbstractSparseMatrix | inlineexplicit |
AbstractSparseMatrix(int h, int w) | mfem::AbstractSparseMatrix | inlineexplicit |
AddMult(const Vector &x, Vector &y, const double val=1.) const =0 | mfem::AbstractSparseMatrix | pure virtual |
AddMultTranspose(const Vector &x, Vector &y, const double val=1.) const =0 | mfem::AbstractSparseMatrix | pure virtual |
Elem(int i, int j)=0 | mfem::Matrix | pure virtual |
Elem(int i, int j) const =0 | mfem::Matrix | pure virtual |
EliminateZeroRows()=0 | mfem::AbstractSparseMatrix | pure virtual |
Finalize(int) | mfem::Matrix | inlinevirtual |
GetGradient(const Vector &x) const | mfem::Operator | inlinevirtual |
GetRow(const int row, Array< int > &cols, Vector &srow) const =0 | mfem::AbstractSparseMatrix | pure virtual |
height | mfem::Operator | protected |
Height() const | mfem::Operator | inline |
Inverse() const =0 | mfem::Matrix | pure virtual |
Matrix(int s) | mfem::Matrix | inlineexplicit |
Matrix(int h, int w) | mfem::Matrix | inlineexplicit |
Mult(const Vector &x, Vector &y) const =0 | mfem::AbstractSparseMatrix | pure virtual |
MultTranspose(const Vector &x, Vector &y) const =0 | mfem::AbstractSparseMatrix | pure virtual |
NumCols() const | mfem::Operator | inline |
NumNonZeroElems() const =0 | mfem::AbstractSparseMatrix | pure virtual |
NumRows() const | mfem::Operator | inline |
Operator(int s=0) | mfem::Operator | inlineexplicit |
Operator(int h, int w) | mfem::Operator | inline |
Print(std::ostream &out=std::cout, int width_=4) const | mfem::Matrix | virtual |
PrintMatlab(std::ostream &out, int n=0, int m=0) | mfem::Operator | |
Width() const | mfem::Operator | inline |
width | mfem::Operator | protected |
~AbstractSparseMatrix() | mfem::AbstractSparseMatrix | inlinevirtual |
~Matrix() | mfem::Matrix | inlinevirtual |
~Operator() | mfem::Operator | inlinevirtual |