aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* * vectorize dot product, copying code from sum.Gravatar Benoit Jacob2008-06-24
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* forgot to add the unit test array.cppGravatar Gael Guennebaud2008-06-21
* work on rotations in the Geometry module:Gravatar Gael Guennebaud2008-06-21
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* Added an extensible mechanism to support any kind of rotationGravatar Gael Guennebaud2008-06-15
* * split Product to a DiagonalProduct template specializationGravatar Gael Guennebaud2008-06-15
* Started a Transform class in the Geometry module to representGravatar Gael Guennebaud2008-06-15
* * Added a generalized eigen solver for the selfadjoint case.Gravatar Gael Guennebaud2008-06-14
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* Added a Hessenberg decomposition class for both real and complex matrices.Gravatar Gael Guennebaud2008-06-08
* fix some compile errors with gcc 4.3, some warnings, some documentationGravatar Benoit Jacob2008-06-06
* hack to to make the nomalloc unit test compiles with -pedanticGravatar Gael Guennebaud2008-06-04
* update of the eigeinsolver unit test to check complexGravatar Gael Guennebaud2008-06-03
* * add CommaInitializer::finished to allow the use of (Matrix3() << v0, v1, v2...Gravatar Gael Guennebaud2008-06-03
* improved Quaternion class:Gravatar Gael Guennebaud2008-06-03
* add a geometry unit test and fix a couple of typo in Quaternion.hGravatar Gael Guennebaud2008-06-03
* added unit tests for sizeof and dynamic memory allocationGravatar Gael Guennebaud2008-06-02
* fix a couple of issues making the eigensolver test compile and run without ab...Gravatar Benoit Jacob2008-06-02
* added a unit test for InverseGravatar Gael Guennebaud2008-05-31
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* now the unit-tests (hence all of Eigen) don't depend on Qt at allGravatar Benoit Jacob2008-05-29
* many small fixes and documentation improvements,Gravatar Benoit Jacob2008-05-29
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* * fix the QR module to use extract/part instead of the previous triangular stuffGravatar Gael Guennebaud2008-05-27
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* restored the product testGravatar Gael Guennebaud2008-05-22
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* updated product test to carefully test all scalar typesGravatar Gael Guennebaud2008-05-12
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* added a test for triangular matricesGravatar Gael Guennebaud2008-05-02
* * added ei_sqrt for complexGravatar Gael Guennebaud2008-04-27
* added Cholesky moduleGravatar Gael Guennebaud2008-04-27
* Fixed a couple of issues introduced in previous commits.Gravatar Gael Guennebaud2008-04-26
* added a tough test to check the determinant that currently failsGravatar Gael Guennebaud2008-04-25
* - cleaner use of OpenMP (no code duplication anymore)Gravatar Benoit Jacob2008-04-11
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBitGravatar Gael Guennebaud2008-04-05
* * added cwise comparisonsGravatar Gael Guennebaud2008-04-03
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* * add Gael copyright lines on 2 more filesGravatar Benoit Jacob2008-03-26
* small fix of VERIFY_ASSERT in debug modeGravatar Gael Guennebaud2008-03-13
* a lot of renamingGravatar Benoit Jacob2008-03-13
* fixed an issue with VERIFY_ASSERTGravatar Gael Guennebaud2008-03-12