aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* problem solved, we really want public inheritance and it is onlyGravatar Benoit Jacob2009-01-05
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* fix minor mistake in the inside eigen exampleGravatar Gael Guennebaud2008-12-08
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* Make deluxe assertion with deluxe error message with link to deluxe web pageGravatar Benoit Jacob2008-12-07
* Use an aligned IOFormat in the docsGravatar Benoit Jacob2008-12-06
* * improvements in the tutorial: triangular matrices, linear algebraGravatar Benoit Jacob2008-12-06
* * fix compile error when C++0x is enabled: static_assert() needs ;Gravatar Benoit Jacob2008-12-06
* add big "what happens inside eigen" tutorial for people interested inGravatar Benoit Jacob2008-12-05
* split off the lazy evaluation part from the quickstartguide; actually by mist...Gravatar Benoit Jacob2008-12-03
* -add quotes around the configured directories so build dirs with spaces produ...Gravatar Alexander Neundorf2008-12-02
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* -use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin...Gravatar Alexander Neundorf2008-12-02
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* tutorial: extend casting section with setGravatar Gael Guennebaud2008-11-20
* tutorial: add the cast functionGravatar Gael Guennebaud2008-11-20
* tutorial: add array module warnings when neededGravatar Gael Guennebaud2008-11-17
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* fix some documentation issuesGravatar Gael Guennebaud2008-10-17
* Started the third chapter of the tutorial on linear solvers.Gravatar Gael Guennebaud2008-10-16
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* remove apidox_preprocessing script which is not used anymoreGravatar Gael Guennebaud2008-09-16
* block => segment in the tutorialGravatar Gael Guennebaud2008-09-15
* small dox fixesGravatar Benoit Jacob2008-09-15
* * 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
* fix doc compilationGravatar Gael Guennebaud2008-09-13
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* 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
* update Transform::inverse() to take an optional argument stating whether the ...Gravatar Gael Guennebaud2008-08-30
* minor doc fixesGravatar Gael Guennebaud2008-08-29
* tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh scriptGravatar 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
* * 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 cmake make_directory commandGravatar Benoit Jacob2008-08-27
* improvements in geometry tutorialGravatar Gael Guennebaud2008-08-27