aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* * 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
* Add coeff-wise comparisons to scalar operators. You can now write:Gravatar Gael Guennebaud2008-09-03
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* Bugfix regarding alignent in Assign.h (updated map unit test to detect this bug)Gravatar Gael Guennebaud2008-09-03
* compilation fixes with MSVCGravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* remove the conceptualy broken "NoShear" transformation traits,Gravatar Gael Guennebaud2008-09-01
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* The discussed changes to Hyperplane, the ParametrizedLine class, and theGravatar Benoit Jacob2008-08-31
* add uniform scale/prescale functions in TranformGravatar Gael Guennebaud2008-08-30
* * added a RotationBase class following the CRT patternGravatar Gael Guennebaud2008-08-30
* * rename TranformationKnowledge to TransformTraitsGravatar Gael Guennebaud2008-08-30
* update Transform::inverse() to take an optional argument stating whether the ...Gravatar Gael Guennebaud2008-08-30
* Add Scaling and Translation class as discussed on ML, still missing:Gravatar Gael Guennebaud2008-08-30
* some hyperplane changes:Gravatar Gael Guennebaud2008-08-29
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * Add an HyperPlane class in the Geometry moduleGravatar Gael Guennebaud2008-08-28
* bugfix in test/packetmath.hGravatar Gael Guennebaud2008-08-25
* Fix a bug discovered in Avogadro: the AngleAxis*Matrix and the newerGravatar Benoit Jacob2008-08-24
* Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto...Gravatar Benoit Jacob2008-08-24
* nothing to see hereGravatar Gael Guennebaud2008-08-24
* bugfix in Product and ei_L2_block_traitsGravatar Gael Guennebaud2008-08-24
* temporary fix of the pèrevious commitGravatar Gael Guennebaud2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* extended cwise unit tests to cover all Cwise APIGravatar Gael Guennebaud2008-08-22
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* fix a number of compiler errors and warnings with gcc 4.3. There was a missingGravatar Benoit Jacob2008-08-22
* extend sparse unit test and more bugfix, major todo: finilize the SparseSetterGravatar Gael Guennebaud2008-08-21
* *patch by Daniel Gomez:Gravatar Gael Guennebaud2008-08-21
* disable the vectorization of div for AltiVecGravatar Gael Guennebaud2008-08-21
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* Fix bugs in Sum.h, add unit-testGravatar Benoit Jacob2008-08-20
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* *add operator()(int) for vectors, synonymous to operator[](int).Gravatar Benoit Jacob2008-08-18
* bugfix in CholeskyWithoutSquareRoot::solve found by Timothy HunterGravatar Gael Guennebaud2008-08-16
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11