aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* fix warningGravatar Benoit Jacob2009-08-14
* forgot to update thisGravatar Benoit Jacob2009-08-14
* as discussed on list: default to align cols, reorganize parameters accordingl...Gravatar Benoit Jacob2009-08-14
* try to support 16 bit platforms... optimistic, but can't hurtGravatar Benoit Jacob2009-08-14
* machine_epsilon -> epsilon as wrapper around numeric_traitsGravatar Benoit Jacob2009-08-14
* oops bis, I forgot that SelfAdjointEigneSolver directly called the selector...Gravatar Gael Guennebaud2009-08-14
* oops forgot to remove the #include in CoreGravatar Gael Guennebaud2009-08-14
* optimize "apply Jacobi" for small sizes, and move it to Jacobi.hGravatar Gael Guennebaud2009-08-14
* * remove EIGEN_DONT_INLINE that harm performance for small sizesGravatar Benoit Jacob2009-08-13
* oops, don't set the precision to -1 !!Gravatar Benoit Jacob2009-08-13
* apply Koldo's workaround for MSVC bugGravatar Benoit Jacob2009-08-13
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13
* apply change discussed on the list :Gravatar Benoit Jacob2009-08-13
* do without an empirical homemade formula that i wasn't comfortable about...Gravatar Benoit Jacob2009-08-12
* make jacobi SVD more robust after experimenting with very nasty matrices...Gravatar Benoit Jacob2009-08-12
* add parentheses; hopefully this solves Koldos MSVC compilation issue...Gravatar Benoit Jacob2009-08-12
* finally, the good approach was two-sided Jacobi. Indeed, it allowsGravatar Benoit Jacob2009-08-12
* add EIGEN_DEBUG_VARGravatar Benoit Jacob2009-08-11
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* fix issue #36 (missing return *this in Rotation2DGravatar Gael Guennebaud2009-08-11
* remove #include Bidiagonalization, and add missing ";"Gravatar Gael Guennebaud2009-08-11
* mergeGravatar Gael Guennebaud2009-08-09
|\
* | make custom asm directive volatileGravatar Gael Guennebaud2009-08-09
| * LinearVectorization: If the destination isn't aligned,Gravatar Benoit Jacob2009-08-09
| * now you can #define EIGEN_DEBUG_ASSIGN, and all the values in ei_assign_trait...Gravatar Benoit Jacob2009-08-09
| * disable the assembly for fast unaligned stores. indeed, there is a strange bu...Gravatar Benoit Jacob2009-08-09
| * don't depend on uninitialized valueGravatar Benoit Jacob2009-08-09
| * * add Jacobi transformationsGravatar Benoit Jacob2009-08-09
* | make LU::solve() not to crash when rank=0Gravatar Gael Guennebaud2009-08-09
| * fix bug in sorting of singular valuesGravatar Benoit Jacob2009-08-09
|/
* replace custom rank one update in LU by an expressionGravatar Gael Guennebaud2009-08-08
* * implement a second level of micro blocking (faster for small sizes)Gravatar Gael Guennebaud2009-08-07
* Fix compilation in sparse moduleGravatar Gael Guennebaud2009-08-06
* fix determinant in PartialLUGravatar Gael Guennebaud2009-08-06
* oops, one more bug fix in homogeneousGravatar Gael Guennebaud2009-08-06
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* compilation fix in EigenSolver,Gravatar Gael Guennebaud2009-08-06
* typoGravatar Gael Guennebaud2009-08-06
* fix VS compilation issue in MapBase::operator+= and -=Gravatar Gael Guennebaud2009-08-06
* shame on meGravatar Gael Guennebaud2009-08-06
* fix my bad fix of Hauke's fix ;)Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* fixed inversion for AffineCompact matricesGravatar Hauke Heibel2009-08-06
* more product refactoringGravatar Gael Guennebaud2009-08-06
* fix vs.net compilation issueGravatar Hauke Heibel2009-08-06
* fix vs.net compilation issueGravatar Hauke Heibel2009-08-06
* fix compilation and segfault issuesGravatar Gael Guennebaud2009-08-06
* add the missing Affine Transform * set of column vectors products...Gravatar Gael Guennebaud2009-08-06
* remove remnant of MultiplierBaseGravatar Benoit Jacob2009-08-06
* implement the missing outer product,Gravatar Gael Guennebaud2009-08-05