aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Gael Guennebaud2011-03-15
| | | | enabled (e.g., for gcc 3.4)
* 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
| | | | Also, expand description of EIGEN_DONT_ALIGN.
* Change int to Index in equalsIdentity().Gravatar Jitse Niesen2011-03-11
| | | | This fixes compilation errors in nullary test on 64-bits machines.
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for ↵Gravatar Benoit Jacob2011-03-10
| | | | EIGEN_ALIGN
* add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent ↵Gravatar Benoit Jacob2011-03-10
| | | | bugs (214 etc) and changeset 56818d907ed08bcc831da1e990dbc105fb681866
* 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 ↵Gravatar Benoit Jacob2011-03-06
| | | | | | mallocs after preallocation, with unit test. * added EIGEN_RUNTIME_NO_MALLOC and new set_is_malloc_allowed() function to implement that test
* 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 ↵Gravatar Benoit Jacob2011-03-04
| | | | (bug #215)
* Make EIGEN_ALIGN16 always align to fix crashes with ↵Gravatar Benoit Jacob2011-03-04
| | | | EIGEN_DONT_ALIGN_STATICALLY. New macro EIGEN_USER_ALIGN16 had the old behavior i.e. honors user preference.
* Changed debug/gdb/printers.py to correctly display variable sized matrices.Gravatar Sameer Sheorey2011-03-02
| | | | There is no python error now.
* 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
| | | | | See bug #89 and changeset 59596efdf70244f92cd88b07498db8bf293689ac .
* 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 ↵Gravatar Gael Guennebaud2011-03-02
| | | | rhs as a set of (homogeneous) points and do not neglect the homogeneous coordinates in the case of affine transform
* fix bug #204: limit integer values to numbers which are representable using ↵Gravatar Gael Guennebaud2011-03-02
| | | | float
* 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
|