|
dune-fem
2.8-git
|
#include <dune/fem/common/fmatrixcol.hh>

Public Types | |
| typedef Base::size_type | size_type |
| typedef Base::value_type | value_type |
Public Member Functions | |
| FieldMatrixColumn (FieldMatrix< K, m, n > &fieldMatrix, int column) | |
| constexpr size_type | size () const |
| const value_type & | operator[] (size_type i) const |
| value_type & | operator[] (size_type i) |
Static Public Attributes | |
| static const int | dimension = m |
| typedef Base::size_type Dune::FieldMatrixColumn< FieldMatrix< K, m, n > >::size_type |
| typedef Base::value_type Dune::FieldMatrixColumn< FieldMatrix< K, m, n > >::value_type |
|
inline |
|
inline |
|
inline |
|
inlineconstexpr |
|
static |