Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4e5d2fa3 authored by hhakim's avatar hhakim
Browse files

Fix EigTJComplexSparse test that was failing because of enable_large_Faust defaultly to false.

parent d5429634
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,7 @@ int main()
J = init_int_from_matio(conf_file, "J");
Faust::MatSparse<complex<FPP>,Cpu> sLap(Lap);
EigTJComplex<complex<FPP>,Cpu,FPP> algo(sLap,J);
EigTJComplex<complex<FPP>,Cpu,FPP> algo(sLap,J, /*verbosity =*/ 0, /*stoppingError =*/ 0.0, /*errIsRel =*/ true, /*enable_large_Faust =*/ true, /*err_period=*/100);
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