* make PartialLU avoid to generate inf/nan when given a singular matrix

(result undefined, but at least it won't take forever on intel 387)
* add lots of comments, especially to LU.h
* fix stuff I had broken in Inverse.h
* split inverse test
This commit is contained in:
Benoit Jacob
2009-10-20 00:36:07 -04:00
parent d1db1352f5
commit 13f31b8daf
5 changed files with 82 additions and 27 deletions

View File

@@ -9,4 +9,3 @@ if((m*x).isApprox(y))
}
else
cout << "The equation mx=y does not have any solution." << endl;