aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* 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
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* fix assertions, improve docs.Gravatar Benoit Jacob2009-08-05
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* fix a couple of compilation issue due to the removal of MultiplierBaseGravatar Gael Guennebaud2009-08-04
* mergeGravatar Gael Guennebaud2009-08-04
|\
* | implement two levels of blocking in PartialLU => high speedupGravatar Gael Guennebaud2009-08-04
| * use explicit Block/VectorBlock xprs to make sure that compile-time known size...Gravatar Benoit Jacob2009-08-04