dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > > Struct Template Reference

#include <dune/fem/storage/referencevector.hh>

Public Types

typedef Fem::DynamicReferenceVector< K, A > derived_type
 
typedef std::vector< K *, typename A::template rebind< K * >::other > container_type
 
typedef K value_type
 
typedef container_type::size_type size_type
 

Member Typedef Documentation

◆ container_type

template<class K , class A >
typedef std::vector< K*, typename A::template rebind< K* >::other > Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::container_type

◆ derived_type

template<class K , class A >
typedef Fem::DynamicReferenceVector< K, A > Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::derived_type

◆ size_type

template<class K , class A >
typedef container_type::size_type Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::size_type

◆ value_type

template<class K , class A >
typedef K Dune::DenseMatVecTraits< Fem::DynamicReferenceVector< K, A > >::value_type

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