aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * 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
|
* introduce the 3 stages of eigen2 support, writing to the mailing list about ↵Gravatar Benoit Jacob2011-01-21
| | | | that in Eigen2 to Eigen3 Migration Path thread
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ↵Gravatar Benoit Jacob2011-01-20
| | | | build and succeed.
* Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.Gravatar Benoit Jacob2011-01-20
|
* big eigen2support fix, aimed at users who relied on internal eigen2 stuff: ↵Gravatar Benoit Jacob2011-01-19
| | | | | | | | | | now we dont need customizations in test/eigen2/main.h anymore. These tests already build: eigen2_basicstuff eigen2_adjoint eigen2_linearstructure eigen2_prec_inverse_4x4
* restore the behavior of defaulting to Release build typeGravatar Benoit Jacob2011-01-19
|
* import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2Gravatar Benoit Jacob2011-01-19
| | | | only test_prec_inverse4x4 is fixed at the moment. now need to go over all those tests.
* fix bug #155, const-related compilation errorGravatar Benoit Jacob2011-01-18
|
* Added remaining const coeffRef accessors to Array- and MatrixWrapper.Gravatar Hauke Heibel2011-01-18
|
* __cpuidex is not (always) present in VS 2008 + SP1, it seemsGravatar Benoit Jacob2011-01-17
|
* Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR to allow the cmake project ↵Gravatar hamelin.philippe2011-01-17
| | | | to be included by a root project.
* do not stop the factorization if one pivot is exactly 0, and return theGravatar Gael Guennebaud2011-01-17
| | | | index of the first zero pivot if any
* return the index of the first non positive diagonal entry (more useful than ↵Gravatar Gael Guennebaud2011-01-17
| | | | simply true or false)
* fix compilation of rowmajor sparse time diagonalGravatar Gael Guennebaud2011-01-14
|
* fix EIGEN_TEST_NOQT (reported by Philippe Hamelin)Gravatar Thomas Capricelli2011-01-14
|
* Update of CPUID macros to fix segfaults in amd64 code.Gravatar Jose Luis Blanco2011-01-05
|
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
|
* add plugin mechanism to sparse objectsGravatar Gael Guennebaud2011-01-07
|
* Fix compilation error in HouseholderSequence introduced in my previous commit.Gravatar Jitse Niesen2011-01-07
|
* Fix bug #38Gravatar Romain Bossart2011-01-07
| | | | * address of temporaries were passed to umfpack_zi_* functions. It is ok with g++-4.4 or 4.5, but not with the -std=c++0x in both versions. This patch makes it work for c++98 and c++0x versions
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
| | | | Users can call .transpose() instead.
* Decrease the degree of the polynomials being tested to reduce time spent ↵Gravatar Manuel Yguel2011-01-05
| | | | during the tests.
* Fixed #148 where a const-accessor for coefficients was missing in the ↵Gravatar Hauke Heibel2011-01-04
| | | | MatrixWrapper.
* fix compilation when defaulting to row majorGravatar Gael Guennebaud2011-01-04
|
* fix openglsupport unit test when defaulting to row majorGravatar Gael Guennebaud2011-01-04
|