dune-fem  2.4.1-rc
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/common/fmatrixcol.hh>

Inheritance diagram for Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >:
Inheritance graph

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)
 
DUNE_CONSTEXPR size_type size () const
 
DUNE_CONSTEXPR size_type vec_size () const
 
const value_typevec_access (size_type i) const
 

Static Public Attributes

static const int dimension = m
 

Member Typedef Documentation

template<class K , int m, int n>
typedef Base::size_type Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::size_type
template<class K , int m, int n>
typedef Base::value_type Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::value_type

Constructor & Destructor Documentation

template<class K , int m, int n>
Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::FieldMatrixColumn ( const FieldMatrix< K, m, n > &  fieldMatrix,
int  column 
)
inline

Member Function Documentation

template<class K , int m, int n>
DUNE_CONSTEXPR size_type Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::size ( ) const
inline
template<class K , int m, int n>
const value_type& Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::vec_access ( size_type  i) const
inline
template<class K , int m, int n>
DUNE_CONSTEXPR size_type Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::vec_size ( ) const
inline

Member Data Documentation

template<class K , int m, int n>
const int Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::dimension = m
static

The documentation for this class was generated from the following file: