Skip to content
Snippets Groups Projects

Ci siconos

Merged Marco Morandini requested to merge CI-siconos into develop
Compare and Show latest version
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -103,6 +103,9 @@ void SiconosSolutionManager::Solve()
MyVectorHandler f(x);
#endif
// FIXME: It seems that there is a bug in CXSparse's cs_compress which causes an out of order error with Umfpack.
NM_setSparseSolver(A.pGetMatrix(), NSM_CSPARSE);
integer ierr = NM_gesv(A.pGetMatrix(), x.pdGetVec(), true);
if (0 != ierr) {
Loading