dune-common  2.4.1
Public Types | List of all members
Dune::DenseMatVecTraits< FieldVector< K, SIZE > > Struct Template Reference

#include <dune/common/fvector.hh>

Public Types

typedef FieldVector< K, SIZE > derived_type
 
typedef Dune::array< K, SIZE > container_type
 
typedef K value_type
 
typedef container_type::size_type size_type
 

Member Typedef Documentation

template<class K , int SIZE>
typedef Dune::array<K,SIZE> Dune::DenseMatVecTraits< FieldVector< K, SIZE > >::container_type
template<class K , int SIZE>
typedef FieldVector<K,SIZE> Dune::DenseMatVecTraits< FieldVector< K, SIZE > >::derived_type
template<class K , int SIZE>
typedef container_type::size_type Dune::DenseMatVecTraits< FieldVector< K, SIZE > >::size_type
template<class K , int SIZE>
typedef K Dune::DenseMatVecTraits< FieldVector< K, SIZE > >::value_type

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