|
dune-localfunctions
2.4.1
|
#include <dune/localfunctions/orthonormal/orthonormalcompute.hh>

Public Types | |
| typedef std::vector< scalar_t > | vec_t |
| typedef Dune::LFEMatrix< scalar_t > | mat_t |
| typedef scalar_t | Field |
Public Member Functions | |
| ONBMatrix (unsigned int order) | |
| template<class Vector > | |
| void | row (unsigned int row, Vector &vec) const |
| 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 () |
|
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 |
|
inlineexplicit |
|
inlineinherited |
|
inlineinherited |
References Dune::LFEMatrix< F >::cols(), and Dune::LFEMatrix< F >::rows().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References Dune::field_cast().
|
inlineinherited |
References Dune::LFEMatrix< F >::row(), and Dune::LFEMatrix< F >::rows().
|
inlineinherited |
References Dune::LFEMatrix< F >::row(), and Dune::LFEMatrix< F >::rows().
|
inlineinherited |
1.8.11