aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/PartialPivLU.h
Commit message (Expand)AuthorAge
* 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
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
|/
* EIGEN_ENUM_MIN ---> EIGEN_SIZE_MINGravatar Benoit Jacob2010-01-27
* 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
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | partial LU optimization: noaliasGravatar Gael Guennebaud2009-12-17
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
| * 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
* *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