- Feb 01, 2016
-
-
Elias Pipping authored
-
- Nov 23, 2015
-
-
Ansgar Burchardt authored
This commit renames the `vec_access()` and `vec_size()` methods to match the ones in the `DenseVector` facade class, that is `operator[]()` and `size()`. Closes #3
-
- Oct 06, 2014
-
-
Ansgar Burchardt authored
-
- Jun 30, 2014
-
-
Tobias Malkmus authored
Gcc 4.6 cannot generate default move constructor for classes containing a DynamicVector because there is no move constructor and the copy constructor is non-trivial. This patch fixes this, by adding move semantics.
-
- Apr 10, 2014
-
-
Tobias Malkmus authored
Add template parameter for the allocator of the internal std::vector. All constructors are adadpted to forward a user chosen allocator to the internal data stroage (std::vector).
-
- Feb 27, 2014
-
-
Tobias Malkmus authored
-
- Oct 13, 2010
-
-
Christian Engwer authored
DynamicVector. Inheritance doesn't work for template specialization lookup... not that this specialization isn't necessary, if you are using FieldVector<T,n> via the interface class DenseVector< FieldVector<T,n> > [[Imported from SVN: r6174]]
-
- Oct 12, 2010
-
-
Christian Engwer authored
few cases, where CRTP really makes sense!) * type infroamtion is provided via DenseMatVecTraits [[Imported from SVN: r6171]]
-
- Sep 08, 2010
-
-
Christian Engwer authored
[[Imported from SVN: r6135]]
-
Christian Engwer authored
[[Imported from SVN: r6131]]
-
Christian Engwer authored
[[Imported from SVN: r6130]]
-