Skip to content
Snippets Groups Projects
Commit 63f37060 authored by Sven Kaulmann's avatar Sven Kaulmann Committed by Felix Schindler
Browse files

sparsity pattern does not use set anymore but vector

This was necessary as std::set takes about three
times the memory of a std::vector leading to the
sparsity pattern taking more memory than the
matrix itself. The additional std::find should
be neglectable as the size of the vectors is
rather small.
parent e168156c
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.
Please register or to comment