Something went wrong on our end
-
Studer Gabriel authored
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.
Studer Gabriel authoredEigen 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.