aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* various stuff in opengl demos such as a better model,Gravatar Gael Guennebaud2008-09-09
* fix a numerical instability in Quaternion::slerpGravatar Gael Guennebaud2008-09-09
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* 2 typosGravatar Gael Guennebaud2008-09-08
* started a small OpenGL demo making use of Eigen's geometry featuresGravatar Gael Guennebaud2008-09-07
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04
* fix warningGravatar Benoit Jacob2008-09-04
* * 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
* trivial compilation fix in SVDGravatar 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
* not yetGravatar 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
* QTransform conversion and docGravatar Gael Guennebaud2008-09-01
* update of the geometry tutorialGravatar Gael Guennebaud2008-08-31
* same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport.Gravatar Benoit Jacob2008-08-31
* also use EIGEN_SOURCE_DIR here. according to grep this was the last place toGravatar Benoit Jacob2008-08-31
* fix cmakelists: wrong assumption on CMAKE_SOURCE_DIR. One can now useGravatar Benoit Jacob2008-08-31
* * 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
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30
* * added a RotationBase class following the CRT patternGravatar Gael Guennebaud2008-08-30
* api.kde.org is still bugged, let's do another try...Gravatar 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
* minor doc fixesGravatar Gael Guennebaud2008-08-29
* in doc for kde: fix project name and number, add the amssymb latex packageGravatar Gael Guennebaud2008-08-29
* tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh scriptGravatar Gael Guennebaud2008-08-29
* typos in bench/Gravatar Gael Guennebaud2008-08-29
* some hyperplane changes:Gravatar Gael Guennebaud2008-08-29
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* remove CoreDeclaration from the documentationGravatar Gael Guennebaud2008-08-28
* * Add an HyperPlane class in the Geometry moduleGravatar Gael Guennebaud2008-08-28
* CoreDeclarations was removedGravatar Jure Repinc2008-08-28
* * temporarily remove doxygen customization, we'll see if that fix api.kde.orgGravatar Gael Guennebaud2008-08-28
* doc + quick bug fix in Matrix ctorGravatar Gael Guennebaud2008-08-28
* Missing inline keywords in AltiVec/PacketMath were making Avogadro failGravatar Benoit Jacob2008-08-27
* * missing cmake make_directory commandGravatar Benoit Jacob2008-08-27
* remove double ;Gravatar Benoit Jacob2008-08-27
* improvements in geometry tutorialGravatar Gael Guennebaud2008-08-27