Skip to content
Snippets Groups Projects
Commit 46e50623 authored by Oliver Sander's avatar Oliver Sander
Browse files

Make class 'Matrix' work again, by not using VariableBlockVector anymore

The recent changes to VariableBlockVector broke the Matrix class -- shame on me
for testing thoroughly enough before pushing.  However, using VariableBlockVector
internally in Matrix was a hack anyway.  So, as a first step towards a cleaner
solution, this patch copies the (old) VariableBlockVector class into the file,
renames VariableBlockVector to DenseMatrixBase, and does some obvious cleanup.
This is still not particularly pretty, but better than before.
parent 03ebfd84
No related branches found
No related tags found
No related merge requests found
Loading
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