aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/LU/Inverse.h
Commit message (Expand)AuthorAge
* 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
* 4x4 inverse:Gravatar Benoit Jacob2009-11-23
* 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
* * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* mergeGravatar 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
|/
* bug fix in inverse for 1x1 matrix,Gravatar 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
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add partial-pivoting LU decompositionGravatar Benoit Jacob2009-05-13
* fix the 4x4 inverse -- unit test passes againGravatar Benoit Jacob2009-04-14
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* * add LU unit-test. Seems like we have very good numerical stability!Gravatar Benoit Jacob2008-08-09
* * reimplement the general case of inverse() on top of LU. Advantages:Gravatar Benoit Jacob2008-08-09
* further big perf improvement in InverseGravatar Benoit Jacob2008-08-04
* big performance improvement in inverse and LUGravatar Benoit Jacob2008-08-04
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* big changes in Doxygen configuration; work around bug with doxygen parsing ofGravatar Benoit Jacob2008-06-02
* - add MatrixBase::eigenvalues() convenience methodGravatar Benoit Jacob2008-06-02
* meagre outcome for so much time spent!Gravatar Benoit Jacob2008-06-01
* * Give Konstantinos a copyright lineGravatar Benoit Jacob2008-05-12
* some cleaning in Cholesky and removed evil ei_sqrt of complexGravatar Gael Guennebaud2008-04-27
* Added Triangular expression to extract upper or lower (strictly or not)Gravatar Gael Guennebaud2008-04-26
* fix a bug in determinant of 4x4 matrices and a small type issue in InverseGravatar Gael Guennebaud2008-04-26
* give up on OpenMP... for nowGravatar Benoit Jacob2008-04-18
* - add _packetCoeff() to Inverse, allowing vectorization.Gravatar Benoit Jacob2008-04-16
* +5% optimization in 4x4 inverse:Gravatar Benoit Jacob2008-04-15
* for 4x4 matrices implement the special algorithm that Markos proposed,Gravatar Benoit Jacob2008-04-15
* - optimized determinant calculations for small matrices (size <= 4)Gravatar Benoit Jacob2008-04-14
* * Start of the LU module, with matrix inversion already there andGravatar Benoit Jacob2008-04-14