aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* fix transform * matrix products: in particular it now truely considers the rh...Gravatar Gael Guennebaud2011-03-02
* fix bug #204: limit integer values to numbers which are representable using f...Gravatar Gael Guennebaud2011-03-02
* re-enable fast pset1-pstore by introducing a new higher level pstore1 functionGravatar Gael Guennebaud2011-03-02
* now fixing "unsupported" "legacy" code...Gravatar Gael Guennebaud2011-03-01
* Added tag 3.0-beta4 for changeset 77fc6a99144b05f22ab5cfc5dcf576f779f3c9b9Gravatar Benoit Jacob2011-02-28
* bumpGravatar Benoit Jacob2011-02-28
* fix bug #203: revert to using _mm_set1_p[sd]Gravatar Benoit Jacob2011-02-28
* relax condition in matrix_exponential test for clangGravatar Benoit Jacob2011-02-27
* fix umeyama testGravatar Benoit Jacob2011-02-27
* fix stable_norm test: the |small| value was 0 on clang with complex<float>.Gravatar Benoit Jacob2011-02-27
* remove now-useless commentsGravatar Benoit Jacob2011-02-27
* fix bug #201: Clang too has intrinsics bugs preventing us to use custom unali...Gravatar Benoit Jacob2011-02-27