Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > > Struct Template Reference
[Dense Matrix and Vector Template Library]

#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 Dune::array< row_type,
ROWS > 
container_type
typedef K value_type
typedef container_type::size_type size_type

template<class K, int ROWS, int COLS>
struct Dune::DenseMatVecTraits< FieldMatrix< K, ROWS, COLS > >


Member Typedef Documentation

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 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:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].