aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU
Commit message (Expand)AuthorAge
* 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
* 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
| * allow arbitrary resulttype, fixes Xuewen's issue, and this stuff is going to ...Gravatar Benoit Jacob2009-10-06
* | move also inverse() to ReturnByValue, by doing a solve on NestByValue<Identity>.Gravatar Benoit Jacob2009-09-26
* | * make LU::kernel() and LU::image() also use ReturnByValueGravatar Benoit Jacob2009-09-22
* | fix docsGravatar Benoit Jacob2009-09-22
* | convert LU::solve() to the new APIGravatar Benoit Jacob2009-09-22
|/
* compilation fixesGravatar Gael Guennebaud2009-09-17
* * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping colsGravatar Benoit Jacob2009-09-16
* finally, the correct way of dealing with zero matrices in solve()Gravatar Benoit Jacob2009-08-24
* clarifications in LU::solve() and in LU documentationGravatar Benoit Jacob2009-08-24
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* in all decs, make the compute() methods return *thisGravatar Benoit Jacob2009-08-15
* machine_epsilon -> epsilon as wrapper around numeric_traitsGravatar Benoit Jacob2009-08-14
* make LU::solve() not to crash when rank=0Gravatar Gael Guennebaud2009-08-09
* replace custom rank one update in LU by an expressionGravatar Gael Guennebaud2009-08-08
* fix determinant in PartialLUGravatar Gael Guennebaud2009-08-06
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* fix assertions, improve docs.Gravatar Benoit Jacob2009-08-05
* implement two levels of blocking in PartialLU => high speedupGravatar Gael Guennebaud2009-08-04
* implements a blocked version of PartialLUGravatar Gael Guennebaud2009-08-03
* bug fix in inverse for 1x1 matrix,Gravatar Gael Guennebaud2009-07-27
* compilation fixesGravatar Gael Guennebaud2009-07-27
* * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29