aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* fix bug #42, add missing Transform::Identity()Gravatar Benoit Jacob2009-09-19
* allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claimsGravatar Benoit Jacob2009-09-19
* implement __gnuc_forget_about_setZero_its_over_nowGravatar Gael Guennebaud2009-09-18
* undef B0Gravatar Benoit Jacob2009-09-19
* fix stable_norm unit testGravatar Gael Guennebaud2009-09-18
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17
* clean the commented asm instructions because now I'm sureGravatar Gael Guennebaud2009-09-17
* mergeGravatar Gael Guennebaud2009-09-17
|\
| * fix bug #52: Transform::inverse() should return a TransformGravatar Benoit Jacob2009-09-18
* | fix #53: performance regression, hopefully I did not resurected anotherGravatar Gael Guennebaud2009-09-17
| * compilation fixesGravatar Gael Guennebaud2009-09-17
| * make ColPivotingQR use HouseholderSequenceGravatar Gael Guennebaud2009-09-16
| * * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
| * improve ComplexShur api and docGravatar Gael Guennebaud2009-09-16
| * * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping colsGravatar Benoit Jacob2009-09-16
| * * fix super nasty bug: vector.maxCoeff(&index) didn't work when 'vector'Gravatar Benoit Jacob2009-09-16
| * bugfixes for ICC (compilation and runtime)Gravatar Gael Guennebaud2009-09-15
| * fix warning in stable normGravatar Gael Guennebaud2009-09-15
| * Fix LaTeX error in doxygen comment.Gravatar Jitse Niesen2009-09-08
| * Fixed conservative_resize compilation errors.Gravatar Hauke Heibel2009-09-08
| * Fixed unit test and improved code reusage for resizing.Gravatar Hauke Heibel2009-09-07
| * Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...Gravatar Hauke Heibel2009-09-07
| * fix compilation of swap for ICCGravatar Gael Guennebaud2009-09-07
| * fix another .stride() issue in Cholmod supportGravatar Gael Guennebaud2009-09-07
| * bug fix in SuperLU support: the meaning of Matrix::stride() changed for vectorsGravatar Gael Guennebaud2009-09-07
|/
* enable ILU in super LU only if the super version supports itGravatar Gael Guennebaud2009-09-04
* Added support for SuperLU's ILU factorizationGravatar Peter Román2009-08-21
* * add real scalar * complex matrix, real matrix * complex scalar,Gravatar Gael Guennebaud2009-09-04
* extend mixingtype test to check diagonal products and fix the later for real*...Gravatar Gael Guennebaud2009-09-04
* bug fix in novel makeGivens for realGravatar Gael Guennebaud2009-09-04
* compilation fix for conservativeResizeGravatar Gael Guennebaud2009-09-04
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* implement the continuous generation algorithm of Givens rotations by Anderson...Gravatar Gael Guennebaud2009-09-03
* This seems to be important for MSVC to optimize the size of empty base classes.Gravatar Hauke Heibel2009-09-03
* update mixingtype unit test to reflect current status, but it is still clearGravatar Gael Guennebaud2009-09-03
* typo in sqrt(complex)Gravatar Gael Guennebaud2009-09-03
* move eigen values related stuff of the QR module to a new EigenSolver module.Gravatar Gael Guennebaud2009-09-03
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* Removed debug cout.Gravatar Hauke Heibel2009-09-02
* big reorganization in JacobiSVD:Gravatar Benoit Jacob2009-09-03
* introduce EIGEN_SIZE_MINGravatar Benoit Jacob2009-09-03
* finally the first version was the good one...Gravatar Benoit Jacob2009-09-03
* fix #51 (bad use of std::complex::real)Gravatar Gael Guennebaud2009-09-02
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* fix wrong assertGravatar Gael Guennebaud2009-09-02