aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU
Commit message (Expand)AuthorAge
* 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
* update the fast 4x4 SSE inversion code from more recent Intel's codeGravatar Gael Guennebaud2010-01-19
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
| * add missing inclusion of LU/arch, thanks to J.B. RouaultGravatar Gael Guennebaud2009-12-19
* | partial LU optimization: noaliasGravatar Gael Guennebaud2009-12-17
| * suppress unused variable warningsGravatar Gael Guennebaud2009-12-15
| * no, this wasn't equivalent to ei_pload at all, after all!Gravatar Benoit Jacob2009-12-15
| * Gael, who is a man of few words^Winstructions, is right, as usual.Gravatar Benoit Jacob2009-12-15
| * *use scalar instructions, packet not needed hereGravatar Benoit Jacob2009-12-14
| * add SSE path for Matrix4f inverse, taken from Intel except that we do a kosherGravatar Benoit Jacob2009-12-14
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
| * * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
| * mergeGravatar Hauke Heibel2009-12-02
| |\
| * | minor cleanupGravatar Benoit Jacob2009-12-01
| | * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| | * Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
| |/
| * 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
| * port the QR module to PermutationMatrixGravatar Benoit Jacob2009-11-17
| * 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
|/
* last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* port the qr module to ei_solve_xxx.Gravatar Benoit Jacob2009-11-08
* move partial-pivoting lu to ei_solve_implGravatar Benoit Jacob2009-11-03
* introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,implGravatar Benoit Jacob2009-11-03
* SVD::solve() : port to new API and improvementsGravatar Benoit Jacob2009-10-30
* *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* sync the documentation examplesGravatar Benoit Jacob2009-10-26
* * make inverse() do a ReturnByValueGravatar Benoit Jacob2009-10-26
* remove 1 useless layer of functionsGravatar Benoit Jacob2009-10-26
* big rewrite in Inverse.hGravatar Benoit Jacob2009-10-26
* move PartialLU to the new APIGravatar Benoit Jacob2009-10-21
* * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* * LU unit test: finally test fixed sizesGravatar Benoit Jacob2009-10-19
* remove the m_originalMatrix member. Instead, image() now takes the original m...Gravatar Benoit Jacob2009-10-18
* * useThreshold -> setThresholdGravatar Benoit Jacob2009-10-18
* big huge changes in LU!Gravatar Benoit Jacob2009-10-18
* mergeGravatar Benoit Jacob2009-10-15
|\
* | don't try to finish earlyGravatar Benoit Jacob2009-10-15