aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix a couple of warningsGravatar Gael Guennebaud2009-08-15
* add a "rot" benchmark in BTLGravatar Gael Guennebaud2009-08-15
* fix compilation of unit testsGravatar Gael Guennebaud2009-08-15
* only append the changeset to the version if we're in the default branchGravatar Benoit Jacob2009-08-14
* new script that update from mercurial, make the doc, and upload the resultGravatar Thomas Capricelli2009-08-15
* new script to generate and upload the docs for a given branchGravatar Benoit Jacob2009-08-14
* update snippetGravatar Benoit Jacob2009-08-14
* 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
* mergeGravatar Benoit Jacob2009-08-12
|\
* | make jacobi SVD more robust after experimenting with very nasty matrices...Gravatar Benoit Jacob2009-08-12
| * Add support for matrix exponential of floats and complex numbers.Gravatar Jitse Niesen2009-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
|/
* add basic .hgignore file for most common generated/temporary filesGravatar Thomas Capricelli2009-08-08
* 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