aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* fix compilation with old gccGravatar Gael Guennebaud2011-01-28
|
* start nighlty builds at 00:00:00 UTCGravatar Gael Guennebaud2011-01-28
|
* fix compilation with gcc 4.2 and olderGravatar Gael Guennebaud2011-01-28
|
* Eigen/Eigen should not include Sparse until it is API stableGravatar Gael Guennebaud2011-01-28
|
* typoGravatar Gael Guennebaud2011-01-28
|
* fix compilation of sparse module with ICCGravatar Gael Guennebaud2011-01-28
|
* fix fftw testGravatar Thomas Capricelli2011-01-27
|
* dot() now always uses eigen3 convention, even in eigen2 support mode, even ↵Gravatar Benoit Jacob2011-01-27
| | | | stage 10. Didn't have a choice as lots of eigen code is using it.
* mergeGravatar Gael Guennebaud2011-01-27
|\
* | fix MaxCols in ComplexEigenSolver which was causing memory allocation ↵Gravatar Gael Guennebaud2011-01-27
| | | | | | | | instead of static allocation in the nomalloc test. Uncomment commenetd parts of the nomalloc test since now matrix-matrix products are safe.
* | EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use ↵Gravatar Gael Guennebaud2011-01-27
| | | | | | | | Eigen/Sparse
| * add test for geometry with eigen2_ prefixes. fix that stuff.Gravatar Benoit Jacob2011-01-27
|/
* add an Options template parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
|
* Added regression tests for bug #148.Gravatar Hauke Heibel2011-01-27
|
* reverse order of testing for eigen2 support stages. Higher stages now have ↵Gravatar Benoit Jacob2011-01-27
| | | | priority. So if your whole project builds with say stage 10, you can manually enable stage 20 for selected files.
* add Threshold API to FullPivHouseholderQRGravatar Benoit Jacob2011-01-27
|
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
|
* test case for unaligned quaternionGravatar Jakob Schwendner2011-01-27
|
* add quaternion Options, add unaligned possibilityGravatar Christoph Hertzberg2011-01-27
|
* fix twisted selfadjoint to selfadjoint (conjugation issue)Gravatar Gael Guennebaud2011-01-27
|
* EigenSolver is now in the Eigenvalues modules, not QR !Gravatar Gael Guennebaud2011-01-27
| | | | : Enter commit message. Lines beginning with 'HG:' are removed.
* fix various compilations issuesGravatar Gael Guennebaud2011-01-27
|
* fix mixingtypes unit testGravatar Gael Guennebaud2011-01-27
|
* fix const-related compiler error on MSC.Gravatar Eamon Nerbonne2011-01-27
|
* fix many missing const in return typesGravatar Gael Guennebaud2011-01-27
|
* fix cross product for complexes and add support for mixed real-complex cross ↵Gravatar Gael Guennebaud2011-01-27
| | | | products
* allow mixed complex-real and real-complex dot productsGravatar Gael Guennebaud2011-01-27
|
* allow matrix[index] in EIGEN2_SUPPORTGravatar Benoit Jacob2011-01-26
|
* improve automatic handling of gotoblas and atlasGravatar Gael Guennebaud2011-01-26
|
* always link to gfortran for gotoblas, it seems to be harmless for 1.x but ↵Gravatar Gael Guennebaud2011-01-26
| | | | needed for 2.x
* finish the move to Eigen3 in BTL, and let's use our own FindEigen3.cmake scriptGravatar Gael Guennebaud2011-01-26
|
* pass to eigen3 ;)Gravatar Gael Guennebaud2011-01-26
|
* fix compilationGravatar Gael Guennebaud2011-01-26
|
* update FindMKL to match the default installation behavior of MKL 11Gravatar Gael Guennebaud2011-01-26
|
* allow the possibility to automatically call or not the ctors on a per scalar ↵Gravatar Gael Guennebaud2011-01-26
| | | | type basis, and disable automatic initialization of std::complex<>
* do not include reference lapack files if they are not thereGravatar Gael Guennebaud2011-01-26
|
* import back LeastSquares into eigen2support. Pass most of eigen2's ↵Gravatar Benoit Jacob2011-01-26
| | | | 'regression' test, except for regression_4 which is about complex numbers.
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | add a minimalistict lapack wrapperGravatar Gael Guennebaud2011-01-26
| |
* | extend PermutationMatrix and Transpositions to support arbitrary interger ↵Gravatar Gael Guennebaud2011-01-26
| | | | | | | | types and to support the Map/Wrapper model via base and derived classes
| * eigen2 support: import SVD back, pass SVD testsGravatar Benoit Jacob2011-01-26
| |
| * fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
| |
| * fix the eigen3 part of bug #159 - build issue with selfadjointviewGravatar Benoit Jacob2011-01-26
| |
| * fix bug #160 - forgot hg addGravatar Benoit Jacob2011-01-25
| |
| * fix bug #161Gravatar Benoit Jacob2011-01-25
| |
| * fix buildGravatar Benoit Jacob2011-01-25
| |
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior ↵Gravatar Benoit Jacob2011-01-25
| | | | | | | | braindeadness-for-braindeadness
| * mergeGravatar Benoit Jacob2011-01-25
| |\
| * | eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| | |
| | * one more const missingGravatar Gael Guennebaud2011-01-25
| | |