aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
Commit message (Expand)AuthorAge
* Fix compilation error in createRandomMatrixOfRank()Gravatar Jitse Niesen2009-05-17
* * introduced method createRandomMatrixOfRank (R = U*D*V where U,V unitary, D ...Gravatar Hauke Heibel2009-05-17
* Add full pivoting to LDLT decomposition.Gravatar Keir Mierle2009-02-03
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* improved MSVC support in cmake files (SSE)Gravatar Gael Guennebaud2008-12-18
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* some cmake fixes for windows and GSLGravatar Gael Guennebaud2008-12-17
* * throw bad_alloc if exceptions are enabled, after patch by Kenneth RiddileGravatar Benoit Jacob2008-12-16
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* Add isApprox in Geometry module's classes.Gravatar Gael Guennebaud2008-10-25
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* 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
* 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
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* * 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
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* * add Gael copyright lines on 2 more filesGravatar Benoit Jacob2008-03-26
* small fix of VERIFY_ASSERT in debug modeGravatar Gael Guennebaud2008-03-13
* fixed an issue with VERIFY_ASSERTGravatar Gael Guennebaud2008-03-12
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* Patch by Gael Guennebaud: coeff-wise binary operators.Gravatar Benoit Jacob2008-02-29
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - make MatrixBase and all expressions aware of their preferred traversal order.Gravatar Benoit Jacob2008-01-05
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar Benoit Jacob2007-12-20
* add constructors and accessors/mutators specific to small vectors.Gravatar Benoit Jacob2007-12-17
* -add Ones, DiagonalMatrix, DiagonalCoeffsGravatar Benoit Jacob2007-12-15
* Expand and improve unit-testsGravatar Benoit Jacob2007-12-11
* big reorganisation of asserts, so that:Gravatar Benoit Jacob2007-12-05
* rename Block to DynBlock and rework API to make place forGravatar Benoit Jacob2007-12-05