allocator_type typedef | Dune::DynamicVector< K, Allocator > | |
capacity() const | Dune::DynamicVector< K, Allocator > | inline |
container() const | Dune::DynamicVector< K, Allocator > | inline |
container() | Dune::DynamicVector< K, Allocator > | inline |
container_type typedef | Dune::DynamicVector< K, Allocator > | |
DynamicVector(const allocator_type &a=allocator_type()) | Dune::DynamicVector< K, Allocator > | inlineexplicit |
DynamicVector(size_type n, const allocator_type &a=allocator_type()) | Dune::DynamicVector< K, Allocator > | inlineexplicit |
DynamicVector(size_type n, value_type c, const allocator_type &a=allocator_type()) | Dune::DynamicVector< K, Allocator > | inline |
DynamicVector(std::initializer_list< K > const &l) | Dune::DynamicVector< K, Allocator > | inline |
DynamicVector(const DynamicVector &x) | Dune::DynamicVector< K, Allocator > | inline |
DynamicVector(DynamicVector &&x) | Dune::DynamicVector< K, Allocator > | inline |
DynamicVector(const DynamicVector< T, Allocator > &x) | Dune::DynamicVector< K, Allocator > | inline |
DynamicVector(const DenseVector< X > &x, const allocator_type &a=allocator_type()) | Dune::DynamicVector< K, Allocator > | inline |
operator=(const DynamicVector &other) | Dune::DynamicVector< K, Allocator > | inline |
operator=(DynamicVector &&other) | Dune::DynamicVector< K, Allocator > | inline |
operator=(const value_type &k) | Dune::DynamicVector< K, Allocator > | inline |
operator>>(std::istream &in, DynamicVector< K, Allocator > &v) | Dune::DynamicVector< K, Allocator > | related |
operator[](size_type i) | Dune::DynamicVector< K, Allocator > | inline |
operator[](size_type i) const | Dune::DynamicVector< K, Allocator > | inline |
reserve(size_type n) | Dune::DynamicVector< K, Allocator > | inline |
resize(size_type n, value_type c=value_type()) | Dune::DynamicVector< K, Allocator > | inline |
size() const | Dune::DynamicVector< K, Allocator > | inline |
size_type typedef | Dune::DynamicVector< K, Allocator > | |
value_type typedef | Dune::DynamicVector< K, Allocator > | |