aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU
Commit message (Expand)AuthorAge
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
| * eigen2: pass lu testGravatar Benoit Jacob2011-01-25
|/
* do not stop the factorization if one pivot is exactly 0, and return theGravatar Gael Guennebaud2011-01-17
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix 4x4 SSE inversion when storage orders don't matchGravatar Gael Guennebaud2010-08-24
* fix inversion of 4x4 unaligned matricesGravatar Gael Guennebaud2010-08-24
* add support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
* shut one more warningGravatar Thomas Capricelli2010-07-01
* email changeGravatar Gael Guennebaud2010-06-24
* rename:Gravatar Benoit Jacob2010-06-14
* Fixed warnings regarding enums.Gravatar Hauke Heibel2010-06-12
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * fix LDLT, now it really only uses a given triangular part!Gravatar Gael Guennebaud2010-06-09
| * * add Transpositions to PermutationMatrix conversionGravatar Gael Guennebaud2010-06-08
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| * improve aliasing detection for inverse and add unit testGravatar Gael Guennebaud2010-06-02
| * Add cast to aliasing check.Gravatar Jitse Niesen2010-06-01
| * merge the backing-out of the stupid RetByVal change, and implement a simpleGravatar Benoit Jacob2010-06-01
|/|
| * Backed out changeset 641d968a9a7ed57a3b8a3f45dea43c5ee6717f97Gravatar Benoit Jacob2010-06-01
* | the Index types change.Gravatar Benoit Jacob2010-05-30
|/
* * Make ReturnByValue have the EvalBeforeAssigningBit and explicitlyGravatar Benoit Jacob2010-05-30
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* remove MinorGravatar Benoit Jacob2010-04-22
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
| * fix misc warnings, more importantly when NDEBUG is defined, assert() is aGravatar Thomas Capricelli2010-03-27
* | fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
|/
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV...Gravatar Benoit Jacob2010-03-08
* Added a missing inline hints.Gravatar Hauke Heibel2010-03-03
* Hide some internal stuff from the docs.Gravatar Hauke Heibel2010-02-28
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * detect and implement inplace permutationsGravatar Gael Guennebaud2010-02-25
| * add reconstructedMatrix() to LLT, and LUsGravatar Gael Guennebaud2010-02-24
| * Further LU test improvements. I'm not aware of any test failures anymore, not...Gravatar Benoit Jacob2010-02-23
| * * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...Gravatar Benoit Jacob2010-02-23
| * add missing return valueGravatar Gael Guennebaud2010-02-20
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
|/
* fix a couple of ICE with gcc 4.0.1Gravatar Gael Guennebaud2010-02-12
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* fix compilation on 32bits systemsGravatar Gael Guennebaud2010-02-01
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* add SSE code (from Intel) for the fast inversion of 4x4 matrices of doubleGravatar Gael Guennebaud2010-01-19