Skip to content
Snippets Groups Projects
Commit ce4a4d94 authored by Timo Koch's avatar Timo Koch
Browse files

[changelog] Add entry for new MultiTypeBlockVector constructors

parent 6020d45d
No related branches found
No related tags found
1 merge request!241MultiTypeBlockVector: Inherit tuple constructors
...@@ -11,6 +11,12 @@ ...@@ -11,6 +11,12 @@
- Support for SuiteSparse's CHOLMOD providing a sparse Cholesky - Support for SuiteSparse's CHOLMOD providing a sparse Cholesky
factorization. factorization.
- `MultiTypeBlockVector<Args...>` now inherits the constructors from its
parent type (`std::tuple<Args...>`). This means you can now also construct
`MultiTypeBlockVector`s from values or references of BlockVectors.
- `MultiTypeBlockVector::count()` is now `const`
# Release 2.6 # Release 2.6
- `BDMatrix` objects can now be constructed and assigned from `std::initializer_list`. - `BDMatrix` objects can now be constructed and assigned from `std::initializer_list`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment