commit | 085c2fc5d53f391afcccce21c45e15f61c827ab1 | [log] [tgz] |
---|---|---|
author | Rasmus Munk Larsen <rmlarsen@google.com> | Tue Nov 30 18:45:54 2021 +0000 |
committer | David Tellenbach <david.tellenbach@me.com> | Tue Nov 30 18:45:54 2021 +0000 |
tree | e892e9e2d8eef8b30718fac3bff99991194f97ad | |
parent | 4dd126c630a37050e9431746b1d5263bb57579db [diff] [blame] |
Revert "Update SVD Module to allow specifying computation options with a...
diff --git a/test/nomalloc.cpp b/test/nomalloc.cpp index 689a4cc..cb4c073 100644 --- a/test/nomalloc.cpp +++ b/test/nomalloc.cpp
@@ -152,7 +152,7 @@ x = fpQR.solve(b); // SVD module - Eigen::JacobiSVD<Matrix, ComputeFullU | ComputeFullV> jSVD; jSVD.compute(A); + Eigen::JacobiSVD<Matrix> jSVD; jSVD.compute(A, ComputeFullU | ComputeFullV); } void test_zerosized() {