mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Update SPQR module for Sparse LM
This commit is contained in:
@@ -44,7 +44,7 @@ template<typename Scalar> void test_spqr_scalar()
|
||||
exit(0);
|
||||
return;
|
||||
}
|
||||
solver._solve(b,x);
|
||||
x = solver.solve(b);
|
||||
if (solver.info() != Success)
|
||||
{
|
||||
std::cerr << "sparse QR factorization failed\n";
|
||||
|
||||
Reference in New Issue
Block a user