aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU
Commit message (Expand)AuthorAge
...
* 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
* computeInverseWithCheck method added to matrix base (specialization for 1D to...Gravatar Manuel Yguel2009-06-29
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | LU and PartialLU decomposition interface unification.Gravatar Hauke Heibel2009-05-22
* | add internal comment (mostly a pretext to test the eigen-commits list)Gravatar Benoit Jacob2009-05-20
|/
* fix comments (old comments that were copied from LU)Gravatar Benoit Jacob2009-05-19
* add partial-pivoting LU decompositionGravatar Benoit Jacob2009-05-13
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* result of our experiments with LU tuning: implement very simple formula, thatGravatar Benoit Jacob2009-05-07
* oops, didn't want to commit thatGravatar Benoit Jacob2009-05-07
* CREDIT Hauke Heibel, more std::vector::insert fixesGravatar Benoit Jacob2009-05-07
* fix the 4x4 inverse -- unit test passes againGravatar Benoit Jacob2009-04-14
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* documentation update/improvementGravatar Benoit Jacob2009-01-26
* compute the rank on the fly rather than at the end, and stop earlyGravatar Benoit Jacob2009-01-26
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* * solveTriangularInPlace(): take a const ref and const_cast it, to allow pass...Gravatar Benoit Jacob2009-01-25
* Optimization in LU::solve: when rows<=cols, no need to compute the L matrixGravatar Benoit Jacob2009-01-25
* fix bug in the computation of rankGravatar Benoit Jacob2009-01-20