aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
| | |
| | * fix compilation after recent const change in return typesGravatar Gael Guennebaud2011-01-25
| | |
| * | eigen2: pass the inverse testGravatar Benoit Jacob2011-01-25
| | |
| * | eigen2: pass lu testGravatar Benoit Jacob2011-01-25
| | |
| * | eigen2: split testsGravatar Benoit Jacob2011-01-25
| |/
| * disable eigen2_first_aligned test, it's completely internal stuffGravatar Benoit Jacob2011-01-25
| |
| * fix eigen2_bug_132 testGravatar Benoit Jacob2011-01-25
| |
| * let eigen2 tests use the same ei_add_test macro, which required to prefix ↵Gravatar Benoit Jacob2011-01-25
| | | | | | | | them with eigen2_ ; rename buildtests_eigen2 to eigen2_buildtests, etc.
| * eigen2: fix USING_PART_OF_NAMESPACE_EIGENGravatar Benoit Jacob2011-01-25
| |
* | fix USING_PART_OF_NAMESPACE_EIGEN to export ei_ prefixed math functionsGravatar Gael Guennebaud2011-01-25
|/
* fix missing const qualifier in cwiseEqualGravatar Gael Guennebaud2011-01-24
|
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
| | | | fix build of geometry tests
* fix compilation of array testsGravatar Benoit Jacob2011-01-24
|
* fix compilation of Eigen/Geometry with EIGEN2_SUPPORT: was including ↵Gravatar Benoit Jacob2011-01-24
| | | | non-existent header
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
| | | | needed to fix docs compile issue.
* fix compilation of LU class exampleGravatar Benoit Jacob2011-01-24
|
* pass eigen2's triangular testGravatar Benoit Jacob2011-01-23
|
* Move part() to EIGEN2_SUPPORT (had been deprecated for a long time)Gravatar Benoit Jacob2011-01-23
|
* make eigen2 visitor test passGravatar Benoit Jacob2011-01-23
|
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while ↵Gravatar Benoit Jacob2011-01-23
| | | | stage 20 generates errors (instead of warnings) on conflicting API.
* make eigen2 dynalloc test pass (add to eigen2 support some internal stuff ↵Gravatar Benoit Jacob2011-01-21
| | | | that some users may have been relying on)
* relax Map const correctness in eigen2 support stages <= 3Gravatar Benoit Jacob2011-01-21
| | | | introduce new 'strict' stage 4
* remove eigen2 vectorization_logic test, it's not an API testGravatar Benoit Jacob2011-01-21
|
* make eigen2 submatrices test passGravatar Benoit Jacob2011-01-21
|