aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* do not confuse Eigen3 or beta versions of Eigen3 with Eigen2Gravatar Gael Guennebaud2011-03-23
* BTL: do not enable GOTO1 if GOTO2 was foundGravatar Gael Guennebaud2011-03-23
* fix tridiagonalization actionGravatar Gael Guennebaud2011-03-23
* add a stupid Product<A,B> expression produced by prod(a,b), and implement a f...Gravatar Gael Guennebaud2011-03-23
* import evaluator worksGravatar Gael Guennebaud2011-03-23
* add support for ublasGravatar Gael Guennebaud2011-03-23
* BTL: by default use current Eigen headers, and disable the novec versionGravatar Gael Guennebaud2011-03-23
* BTL: add a Eigen-blas backendGravatar Gael Guennebaud2011-03-23
* BTL: clean the BLAS implementationGravatar Gael Guennebaud2011-03-23
* BTL: rm stupid backendsGravatar Gael Guennebaud2011-03-23
* update plot settingsGravatar Gael Guennebaud2011-03-23
* update aat action to do a syrk operation, and remove (comment) ata actionGravatar Gael Guennebaud2011-03-23
* BTl: GMM++ LU is not a full pivoting LUGravatar Gael Guennebaud2011-03-22
* extend sparse product unit testsGravatar Gael Guennebaud2011-03-22
* fix 228 (ei_aligned_stack_delete does not exist anymore)Gravatar Gael Guennebaud2011-03-21
* mergeGravatar Benoit Jacob2011-03-21
|\
* | fix typosGravatar Benoit Jacob2011-03-21
| * port sparse LLT/LDLT to new stack allocation APIGravatar Gael Guennebaud2011-03-20
* | make compile_snippet use Eigen/DenseGravatar Benoit Jacob2011-03-20
|/
* clean a bit the stack allocation mechanismGravatar Gael Guennebaud2011-03-19
* test the new stack allocation mechanismGravatar Gael Guennebaud2011-03-19
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bumpGravatar Benoit Jacob2011-03-18
* fix compilation for old but not so old versions of glewGravatar Gael Guennebaud2011-03-18
* disable testing of aligned members when aligned static allocation is not enab...Gravatar Gael Guennebaud2011-03-15
* fix array_for_matrix unit testGravatar Gael Guennebaud2011-03-15
* Added tag 3.0-rc1 for changeset 4931a719f43f753c54d32fcc449952e888aef11bGravatar Benoit Jacob2011-03-14
* bumpGravatar Benoit Jacob2011-03-14
* Document EIGEN_DEFAULT_DENSE_INDEX_TYPE.Gravatar Jitse Niesen2011-03-11
* Change int to Index in equalsIdentity().Gravatar Jitse Niesen2011-03-11
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_...Gravatar Benoit Jacob2011-03-10
* add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent bugs...Gravatar Benoit Jacob2011-03-10
* Fix equalsIdentity() for rectangular matrices.Gravatar Jitse Niesen2011-03-10
* bug #37: fix resizing when the destination sparse matrix is row majorGravatar Oliver Ruepp2011-03-08
* repeat nullary tests, and fix some testsGravatar Gael Guennebaud2011-03-07
* Tweak geo_quaternion test to squash intermittent failures.Gravatar Jitse Niesen2011-03-07
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* try to fix a ICC 11.1 compiler error (bug #217)Gravatar Benoit Jacob2011-03-06
* disable ICC 12 warning 279 - controlling expression is constantGravatar Benoit Jacob2011-03-06
* The Eigen2 intrusive std::vector hack really can't be supported in eigen3 (bu...Gravatar Benoit Jacob2011-03-04
* Make EIGEN_ALIGN16 always align to fix crashes with EIGEN_DONT_ALIGN_STATICAL...Gravatar Benoit Jacob2011-03-04
* Changed debug/gdb/printers.py to correctly display variable sized matrices.Gravatar Sameer Sheorey2011-03-02
* fix bug #212 (installation of Eigen2Support/Geometry)Gravatar Gael Guennebaud2011-03-04
* Copy fix of unit test when GSL is enabled to eigen2 test suite.Gravatar Jitse Niesen2011-03-04
* Escape hash character in docs as required by doxygen.Gravatar Jitse Niesen2011-03-03
* Use copy_bool() workaround in Eigen2 test suite.Gravatar Jitse Niesen2011-03-03
* Fix bug #205: eigen2_adjoint_5 test fails.Gravatar Jitse Niesen2011-03-02
* extend unit tests of Transform * MatrixBase and Transform * HomogeneousGravatar Gael Guennebaud2011-03-02
* fix compilation in the case of 1D TransformGravatar Gael Guennebaud2011-03-02
* fix compilation when mixing CompactAffine with Homogeneous objectsGravatar Gael Guennebaud2011-03-02