Skip to content
Snippets Groups Projects
Commit 86c621b6 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

bugfix: avoid Eigen assertion in FindMembrane with cmake flag -DOPTIMIZE=0

Eigen does not like to compute "Thin" U and V matrices in JacobiSVD when
matrix size is fixed at compile time. This triggers an assertion (optimized
away with -DOPTIMIZE=1). Since we're talking of a quadratic matrix here,
"Thin" and "Full" make no difference.
parent 0b4db6c0
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