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