|
dune-localfunctions
2.2.0
|
#include <dune/localfunctions/utility/basismatrix.hh>
Public Types | |
| typedef const PolynomialBasisWithMatrix < Eval, CM > | PreBasis |
| typedef BasisMatrixBase < PreBasis, Interpolation, Field > | Base |
| typedef Base::Matrix | Matrix |
| typedef Field | Field |
Public Member Functions | |
| BasisMatrix (const PreBasis &preBasis, const Interpolation &localInterpolation) | |
| unsigned int | cols () const |
| unsigned int | rows () const |
| template<class Vector > | |
| void | row (const 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) |
| 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 () |
| typedef BasisMatrixBase<PreBasis,Interpolation,Field> Dune::BasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field >::Base |
typedef Field Dune::LFEMatrix< Field , aligned >::Field [inherited] |
| typedef Base::Matrix Dune::BasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field >::Matrix |
| typedef const PolynomialBasisWithMatrix<Eval,CM> Dune::BasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field >::PreBasis |
| Dune::BasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field >::BasisMatrix | ( | const PreBasis & | preBasis, |
| const Interpolation & | localInterpolation | ||
| ) | [inline] |
| unsigned int Dune::BasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field >::cols | ( | ) | const [inline] |
| bool Dune::LFEMatrix< Field , aligned >::invert | ( | ) | [inline, inherited] |
| Dune::LFEMatrix< Field , aligned >::operator const RealMatrix & | ( | ) | const [inline, inherited] |
| Dune::LFEMatrix< Field , aligned >::operator RealMatrix & | ( | ) | [inline, inherited] |
| const Field& Dune::LFEMatrix< Field , aligned >::operator() | ( | const unsigned int | row, |
| const unsigned int | col | ||
| ) | const [inline, inherited] |
| Field& Dune::LFEMatrix< Field , aligned >::operator() | ( | const unsigned int | row, |
| const unsigned int | col | ||
| ) | [inline, inherited] |
| void Dune::LFEMatrix< Field , aligned >::resize | ( | const unsigned int | rows, |
| const unsigned int | cols | ||
| ) | [inline, inherited] |
| void Dune::BasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field >::row | ( | const unsigned int | row, |
| Vector & | vec | ||
| ) | const [inline] |
Reimplemented from Dune::LFEMatrix< Field >.
| const Field* Dune::LFEMatrix< Field , aligned >::rowPtr | ( | const unsigned int | row | ) | const [inline, inherited] |
| Field* Dune::LFEMatrix< Field , aligned >::rowPtr | ( | const unsigned int | row | ) | [inline, inherited] |
| unsigned int Dune::BasisMatrix< const PolynomialBasisWithMatrix< Eval, CM >, Interpolation, Field >::rows | ( | ) | const [inline] |
1.7.6.1