mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Before moving to the new building
This commit is contained in:
@@ -52,6 +52,7 @@ int main(int argc, char **args)
|
||||
}
|
||||
|
||||
/* Compute the factorization */
|
||||
solver.isSymmetric(true);
|
||||
solver.compute(A);
|
||||
|
||||
solver._solve(b, x);
|
||||
|
||||
Reference in New Issue
Block a user