aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* fix nasty little bug in ei_add_testGravatar Benoit Jacob2008-12-20
* add matrix * transform productGravatar Gael Guennebaud2008-12-19
* * fix a test giving some false positivesGravatar Benoit Jacob2008-12-19
* Transform*Transform should return TransformGravatar Benoit Jacob2008-12-19
* * extractRotation ---> rotationGravatar Benoit Jacob2008-12-19
* SelfAdjointEigenSolver: add operatorSqrt() and operatorInverseSqrt()Gravatar Benoit Jacob2008-12-19
* * more MSVC warning fixes from Kenneth RiddileGravatar Benoit Jacob2008-12-19
* * 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
* LU class:Gravatar Benoit Jacob2008-12-17
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* * throw bad_alloc if exceptions are enabled, after patch by Kenneth RiddileGravatar Benoit Jacob2008-12-16
* Sparse module: add a more flexible SparseMatrix::fillrand() functionGravatar Gael Guennebaud2008-12-11
* bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expressionGravatar Gael Guennebaud2008-12-10
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* bugfix in matrix to Euler-angles functionGravatar Gael Guennebaud2008-12-06
* Add a generic matrix to Euler-angles function.Gravatar Gael Guennebaud2008-12-05
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* clean FindUmfpack.cmake wrt enable_language(Fortran)Gravatar Gael Guennebaud2008-12-02
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* Add Matrix::Map() and Matrix::AlignedMap() static methodsGravatar Benoit Jacob2008-11-03
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* add transposeInPlace (not optimized yet for rectangular matrix)Gravatar Gael Guennebaud2008-10-29
* unit-tests: link to external libs only for the tests which require themGravatar Gael Guennebaud2008-10-26
* Add an axis aligned box in the geometry module.Gravatar Gael Guennebaud2008-10-26
* Add isApprox in Geometry module's classes.Gravatar Gael Guennebaud2008-10-25
* improve assertion checking in productGravatar Gael Guennebaud2008-10-25
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* sparse module:Gravatar Gael Guennebaud2008-10-21
* * sparse LU: add extraction of L,U,P, and Q, as well as determinantGravatar Gael Guennebaud2008-10-20
* add unit tests for sparse LU and fix a couple of warningsGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* extend sparse unit tests with transpose and matrix productGravatar Gael Guennebaud2008-10-04
* add EigenSolver::eigenvectors() method for non symmetric matrices.Gravatar Gael Guennebaud2008-10-03
* Fixes in Eigensolver:Gravatar Gael Guennebaud2008-10-01
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* * Quaternion: added dot product and angularDistance functions. The latter isGravatar Gael Guennebaud2008-09-11
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03