Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1f72d16e authored by hhakim's avatar hhakim
Browse files

Fix failed EigtJ test on MatSparse Laplacian because of default enable_large_Faust == false.

parent 4dbfe553
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ int main()
Faust::MatSparse<FPP,Cpu> spLap(Lap);
// Execute the algorithm
EigTJ<FPP,Cpu,FPP> algo(spLap, J);
EigTJ<FPP,Cpu,FPP> algo(spLap, J, /*verbosity */ 0, /* stoppingError */ 0.0, /* errIsRel */ true, /* enable_large_Faust */ true);
algo.compute_facts();
// Compare pivot choices along the iterations (between matlab ref and C++ impl.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment