dune-localfunctions
2.1.1
|
#include <dune/localfunctions/orthonormal/orthonormalcompute.hh>
Public Types | |
typedef Dune::LFEMatrix< scalar_t > | Base |
typedef std::vector< scalar_t > | vec_t |
typedef Dune::LFEMatrix< scalar_t > | mat_t |
typedef scalar_t | Field |
Public Member Functions | |
ONBMatrix (const unsigned int order) | |
template<class Vector > | |
void | row (const unsigned int row, Vector &vec) const |
bool | test () |
operator const RealMatrix & () const | |
operator RealMatrix & () | |
const Field & | operator() (const unsigned int row, const unsigned int col) const |
Field & | operator() (const unsigned int row, const unsigned int col) |
unsigned int | rows () const |
unsigned int | cols () const |
const Field * | rowPtr (const unsigned int row) const |
Field * | rowPtr (const unsigned int row) |
void | resize (const unsigned int rows, const unsigned int cols) |
bool | invert () |
Static Public Attributes | |
static const unsigned int | dim = Topology::dimension |
typedef Dune::LFEMatrix<scalar_t> ONBCompute::ONBMatrix< Topology, scalar_t >::Base |
typedef scalar_t Dune::LFEMatrix< scalar_t , aligned >::Field [inherited] |
typedef Dune::LFEMatrix< scalar_t > ONBCompute::ONBMatrix< Topology, scalar_t >::mat_t |
typedef std::vector< scalar_t > ONBCompute::ONBMatrix< Topology, scalar_t >::vec_t |
ONBCompute::ONBMatrix< Topology, scalar_t >::ONBMatrix | ( | const unsigned int | order | ) | [inline, explicit] |
unsigned int Dune::LFEMatrix< scalar_t , aligned >::cols | ( | ) | const [inline, inherited] |
Referenced by ONBCompute::ONBMatrix< Topology, scalar_t >::row().
bool Dune::LFEMatrix< scalar_t , aligned >::invert | ( | ) | [inline, inherited] |
Dune::LFEMatrix< scalar_t , aligned >::operator const RealMatrix & | ( | ) | const [inline, inherited] |
Dune::LFEMatrix< scalar_t , aligned >::operator RealMatrix & | ( | ) | [inline, inherited] |
const Field& Dune::LFEMatrix< scalar_t , aligned >::operator() | ( | const unsigned int | row, |
const unsigned int | col | ||
) | const [inline, inherited] |
Field& Dune::LFEMatrix< scalar_t , aligned >::operator() | ( | const unsigned int | row, |
const unsigned int | col | ||
) | [inline, inherited] |
void Dune::LFEMatrix< scalar_t , aligned >::resize | ( | const unsigned int | rows, |
const unsigned int | cols | ||
) | [inline, inherited] |
void ONBCompute::ONBMatrix< Topology, scalar_t >::row | ( | const unsigned int | row, |
Vector & | vec | ||
) | const [inline] |
Reimplemented from Dune::LFEMatrix< scalar_t >.
References Dune::LFEMatrix< scalar_t >::cols(), Dune::field_cast(), and Dune::LFEMatrix< scalar_t >::rows().
const Field* Dune::LFEMatrix< scalar_t , aligned >::rowPtr | ( | const unsigned int | row | ) | const [inline, inherited] |
Field* Dune::LFEMatrix< scalar_t , aligned >::rowPtr | ( | const unsigned int | row | ) | [inline, inherited] |
unsigned int Dune::LFEMatrix< scalar_t , aligned >::rows | ( | ) | const [inline, inherited] |
bool ONBCompute::ONBMatrix< Topology, scalar_t >::test | ( | ) | [inline] |
const unsigned int ONBCompute::ONBMatrix< Topology, scalar_t >::dim = Topology::dimension [static] |
Referenced by ONBCompute::ONBMatrix< Topology, scalar_t >::ONBMatrix().