aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Various improvements to the docs for unsupported.Gravatar Jitse Niesen2009-12-07
* add a slerp benchmark (for accuracy and speed))Gravatar Gael Guennebaud2009-12-04
* Fix poor Quaternion::slerp snappingGravatar Gael Guennebaud2009-12-04
* mergeGravatar Gael Guennebaud2009-12-04
|\
* | fix compilation and clean a bit Map<Quaternion>Gravatar Gael Guennebaud2009-12-04
| * Fixed compilation warnings in MSVC with Scalar==floatGravatar Marton Danoczy2009-12-03
| * Fix compilation for MSVC.Gravatar bjornpiltz2009-12-03
| * explicitly cast to use the acos(long double)Gravatar Mark Borgerding2009-12-02
| * removed troublesome M_PI and M_PIl constantsGravatar Mark Borgerding2009-12-02
|/
* fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
* * Remove test_ prefix in testsGravatar Benoit Jacob2009-12-02
* mergeGravatar Benoit Jacob2009-12-02
|\
* | * HouseholderSequence:Gravatar Benoit Jacob2009-12-02
| * Removed unused 'benchmark'.Gravatar Hauke Heibel2009-12-02
|/
* * fix include for case-sensitive filesystemGravatar Benoit Jacob2009-12-02
* * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
* mergeGravatar Hauke Heibel2009-12-02
|\
| * Added NestByValue and .nestByValue() again for the sake of backwards compatib...Gravatar Hauke Heibel2009-12-02
| * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
* | merge with tipGravatar Mark Borgerding2009-12-01
|\ \
* | | added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
* | | instruction to remove CMakeCache.txt for out-of-source buildGravatar Mark Borgerding2009-12-01
* | | quieted signed/unsigned comparison warningGravatar Mark Borgerding2009-12-01
* | | added newline at the end of file to quiet gcc warningGravatar Mark Borgerding2009-12-01
| * | mergeGravatar Thomas Capricelli2009-12-01
| |\ \
| | * | ColPivQR: now the unit tests even succeeds:Gravatar Benoit Jacob2009-12-01
| | * | Big reworking of ColPivQR and its unit test, which now passes even with thous...Gravatar Benoit Jacob2009-12-01
| | * | minor cleanupGravatar Benoit Jacob2009-12-01
| |/ / |/| |
| | * That's it NestByValue and .nestByValue() are both gone!Gravatar Hauke Heibel2009-12-01
| | * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| | * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| | * Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
| | * Removed NestByValue dependency from VectorwiseOp.Gravatar Hauke Heibel2009-12-01
| | * Removed NestByValue dependency from MatrixBase::select().Gravatar Hauke Heibel2009-12-01
| | * Adapted the number of test runs.Gravatar Hauke Heibel2009-12-01
| | * Added missing typedef (will I ever learn it!?)Gravatar Hauke Heibel2009-12-01
| | * mergeGravatar Hauke Heibel2009-12-01
| | |\
| | * | Added the profiling test to unsupported.Gravatar Hauke Heibel2009-12-01
| | | * add specialization ei_ref_selector for sparse matrix typesGravatar Gael Guennebaud2009-12-01
| | |/
| * | fix another 'duplicated content in doxygen pages' bug : exclude *.origGravatar Thomas Capricelli2009-11-30
| | * Removed wrong typename.Gravatar Hauke Heibel2009-11-30
| | * Initial commit for a modified ei_nested logic.Gravatar Hauke Heibel2009-11-30
| |/ |/|
* | Some of our unit tests require mathematical constants and thus we rely on non...Gravatar Hauke Heibel2009-11-30
| * Adapted a mail from Mark about some design and add it as documentation forGravatar Thomas Capricelli2009-11-30
| * fix docGravatar Thomas Capricelli2009-11-28
* | precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
| * cleaningGravatar Thomas Capricelli2009-11-26
| * cleaningGravatar Thomas Capricelli2009-11-26
| * kill yet another un-needed parameterGravatar Thomas Capricelli2009-11-26
| * make qrsolv use eigen typesGravatar Thomas Capricelli2009-11-26