dune-common  2.2.0
Public Types
Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > > Struct Template Reference

#include <dune/common/fmatrix.hh>

List of all members.

Public Types

typedef FieldMatrix< K, ROWS,
COLS > 
derived_type
typedef FieldVector< K, COLS > row_type
typedef row_typerow_reference
typedef const row_typeconst_row_reference
typedef Dune::array< row_type,
ROWS > 
container_type
typedef K value_type
typedef container_type::size_type size_type

Member Typedef Documentation

template<class K , int ROWS, int COLS>
typedef const row_type& Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >::const_row_reference
template<class K , int ROWS, int COLS>
typedef Dune::array<row_type,ROWS> Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >::container_type
template<class K , int ROWS, int COLS>
typedef FieldMatrix<K,ROWS,COLS> Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >::derived_type
template<class K , int ROWS, int COLS>
typedef row_type& Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >::row_reference
template<class K , int ROWS, int COLS>
typedef FieldVector<K,COLS> Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >::row_type
template<class K , int ROWS, int COLS>
typedef container_type::size_type Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >::size_type
template<class K , int ROWS, int COLS>
typedef K Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >::value_type

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