aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
* * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
* mergeGravatar Hauke Heibel2009-12-02
|\
| * Added NestByValue and .nestByValue() again for the sake of backwards compatib...Gravatar Hauke Heibel2009-12-02
| * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
* | merge with tipGravatar Mark Borgerding2009-12-01
|\ \
* | | added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
| * | ColPivQR: now the unit tests even succeeds:Gravatar Benoit Jacob2009-12-01
| * | Big reworking of ColPivQR and its unit test, which now passes even with thous...Gravatar Benoit Jacob2009-12-01
| * | minor cleanupGravatar Benoit Jacob2009-12-01
|/ /
| * That's it NestByValue and .nestByValue() are both gone!Gravatar Hauke Heibel2009-12-01
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from VectorwiseOp.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from MatrixBase::select().Gravatar Hauke Heibel2009-12-01
| * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
| * Removed wrong typename.Gravatar Hauke Heibel2009-11-30
| * Initial commit for a modified ei_nested logic.Gravatar Hauke Heibel2009-11-30
|/
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
* add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
* fix assert and handle Unit shapesGravatar Benoit Jacob2009-11-24
* 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* Eigen/CMakeLists.txt: remove parens from if.Gravatar Jitse Niesen2009-11-20
* * don't laugh, but these bugs took me forever to fix.Gravatar Benoit Jacob2009-11-19
* minor improvements in triangular stuffGravatar Benoit Jacob2009-11-19
* * fix compilation of unit-tests (sorry, had tested only 1 channel)Gravatar Benoit Jacob2009-11-19
* TriangularMatrix: extend to rectangular matricesGravatar Benoit Jacob2009-11-19
* move signature file to root directory, where it belongsGravatar Benoit Jacob2009-11-19
* * in Eigen/CMakeLists.txt, finally do a globbing to we no longer will have pr...Gravatar Benoit Jacob2009-11-19
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
* simplificationGravatar Benoit Jacob2009-11-18
* fix remaining bug in ColPivHouseholderQR, so now all tests pass againGravatar Benoit Jacob2009-11-18
* fix bugs, old and new:Gravatar Benoit Jacob2009-11-18
* temporarily disable linear traversal.Gravatar Benoit Jacob2009-11-18
* fix stuff after the PermutationMatrix changes.Gravatar Benoit Jacob2009-11-18
* Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
* port the QR module to PermutationMatrixGravatar Benoit Jacob2009-11-17
* vade retroGravatar Benoit Jacob2009-11-16
* for consistency: PlainMatrixType ---> DenseMatrixTypeGravatar Benoit Jacob2009-11-16
* addToDense ---> addToGravatar Benoit Jacob2009-11-16
* PermutationMatrix: add setIdentity and transpositions methodsGravatar Benoit Jacob2009-11-16
* Port FullPivLU to PermutationMatrixGravatar Benoit Jacob2009-11-16
* PartialPivLU: port to PermutationMatrixGravatar Benoit Jacob2009-11-16
* DiagonalMatrix: release-quality documentationGravatar Benoit Jacob2009-11-16
* PermutationMatrix:Gravatar Benoit Jacob2009-11-16
* initialize-by-zero: remember that when the newsize==oldsize, resize() must re...Gravatar Benoit Jacob2009-11-16
* PermutationMatrix: add inverse() and product of permutationsGravatar Benoit Jacob2009-11-16
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15