Skip to content
Snippets Groups Projects
Commit 723a1004 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[container.common.matrix.dense] do not depend on DynamicMatrix as backend

DynamicMatrix is essentially a vector of vectors, so the memory layout is
not contiguous. We would like to be able to use algorithms from lapack and
blas, so I changed the backend to be a single std::vector plus index arithmetic
parent d768a117
No related branches found
No related tags found
Loading
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