Before moving to the new building

This commit is contained in:
Desire NUENTSA
2012-06-29 17:45:10 +02:00
parent f0c34c6822
commit 15f1563533
5 changed files with 6 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ int main(int argc, char **args)
}
/* Compute the factorization */
solver.isSymmetric(true);
solver.compute(A);
solver._solve(b, x);