mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add unit tests
This commit is contained in:
@@ -70,7 +70,7 @@ int main(int argc, char **args)
|
||||
cout << "Factorize Time " << timer.value() << std::endl;
|
||||
timer.reset();
|
||||
timer.start();
|
||||
solver._solve(b, x);
|
||||
x = solver.solve(b);
|
||||
timer.stop();
|
||||
cout << "solve time " << timer.value() << std::endl;
|
||||
/* Check the accuracy */
|
||||
|
||||
Reference in New Issue
Block a user