aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/Determinant.h
Commit message (Expand)AuthorAge
* bug #1194: implement slightly faster and SIMD friendly 4x4 determinant.Gravatar Gael Guennebaud2019-02-18
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Add general Inverse<> expression with evaluatorGravatar Gael Guennebaud2014-02-20
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
* Added a missing inline hints.Gravatar Hauke Heibel2010-03-03
* fix a couple of ICE with gcc 4.0.1Gravatar Gael Guennebaud2010-02-12
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add partial-pivoting LU decompositionGravatar Benoit Jacob2009-05-13
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * fix bug in SwapWrapper : store the wrapped expression by referenceGravatar Benoit Jacob2008-08-09
* forgot to remove that old codeGravatar Benoit Jacob2008-08-07
* - add kernel computation using the triangular solverGravatar Benoit Jacob2008-08-07
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* big changes in Doxygen configuration; work around bug with doxygen parsing ofGravatar Benoit Jacob2008-06-02
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26
* fix a bug in determinant of 4x4 matrices and a small type issue in InverseGravatar Gael Guennebaud2008-04-26
* - optimized determinant calculations for small matrices (size <= 4)Gravatar Benoit Jacob2008-04-14