Supernodal Matrix

This commit is contained in:
Desire NUENTSA
2012-06-01 18:44:51 +02:00
parent b26d6b02de
commit 4e5655cc03
3 changed files with 63 additions and 20 deletions

View File

@@ -92,4 +92,5 @@ void SparseLU::LU_fixupL(const int n, const VectorXi& perm_r, GlobalLU_t& Glu)
xlsub(n) = nextl;
}
#endif