- May 16, 2009
-
-
Thomas Capricelli authored
fixes.
-
Thomas Capricelli authored
which did not prevent the commit (svn r722564) to 'svn copy' a directory called 'Core/' on top of an existing file 'Core' see http://websvn.kde.org/?view=rev&revision=722564
-
convert-repo authored
-
- May 15, 2009
-
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Benoit Jacob authored
* only try...catch if exceptions are enabled
-
- May 12, 2009
-
-
Benoit Jacob authored
the name 'PartialLU' is not meant to be definitive! make inverse() and determinant() use it, so it's *almost* considered well tested.
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- May 11, 2009
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- May 10, 2009
-
-
Benoit Jacob authored
introduce ei_is_diagonal to check for it DiagonalCoeffs ---> Diagonal and allow Index to by Dynamic -> add MatrixBase::diagonal(int) with unittest and doc
-
- May 08, 2009
-
-
Benoit Jacob authored
-
Benoit Jacob authored
*fix a unused variable warning
-
- May 07, 2009
-
-
Benoit Jacob authored
turns out to be similar to Higham's formula already in use in LDLt
-
Gael Guennebaud authored
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- May 06, 2009
-
-
Benoit Jacob authored
--->they go into Matrix as they resize. *add isConstant() alias to isApproxToConstant() *extend unit-test *change an assert into a static assert
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
* test Part::swap
-
Gael Guennebaud authored
-
- May 05, 2009
-
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Benoit Jacob authored
making fitHyperplane no longer use it)
-
- May 04, 2009
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
deprecated). Basically there are now only 2 functions to set a coefficient: 1) mat.coeffRef(row,col) = value; 2) mat.insert(row,col) = value; coeffRef has no limitation, insert assumes the coeff has not already been set, and raises an assert otherwise. In addition I added a much lower level, but more efficient filling mechanism for internal use only.
-
Thomas Capricelli authored
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Benoit Jacob authored
-
- May 03, 2009
-
-
Gael Guennebaud authored
-