dune-common 2.9.0
|
#include <dune/common/dynvector.hh>
Public Types | |
typedef DynamicVector< K, Allocator > | derived_type |
typedef std::vector< K, Allocator > | container_type |
typedef K | value_type |
typedef container_type::size_type | size_type |
typedef std::vector< K, Allocator > Dune::DenseMatVecTraits< DynamicVector< K, Allocator > >::container_type |
typedef DynamicVector< K, Allocator > Dune::DenseMatVecTraits< DynamicVector< K, Allocator > >::derived_type |
typedef container_type::size_type Dune::DenseMatVecTraits< DynamicVector< K, Allocator > >::size_type |
typedef K Dune::DenseMatVecTraits< DynamicVector< K, Allocator > >::value_type |