eigen/doc
Gael Guennebaud 236b7a545d update Transform::inverse() to take an optional argument stating whether the transformation is:
NonAffine, Affine (default), contains NoShear, contains NoScaling
that allows significant speed improvements. If you like it, this concept could be applied to
Transform::extractRotation (or to a more advanced decomposition function) and to Hyperplane::transformed()
and maybe to some other places... e.g., I think a Transform::normalMatrix() function would not harm and
warn user that the transformation of normals is not that trivial (I saw this mistake much too often)
2008-08-30 12:42:06 +00:00
..
examples spelling + some krazy directives 2008-08-28 21:44:56 +00:00
snippets tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh script 2008-08-29 16:17:06 +00:00
apidox_preprocessing.sh tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh script 2008-08-29 16:17:06 +00:00
buildexamplelist.sh Add cholesky's members to MatrixBase 2008-07-19 22:59:05 +00:00
cleanhierarchy.sh doc and use sed to clean the class hierarchy instead of 2008-08-28 23:25:27 +00:00
CMakeLists.txt doc and use sed to clean the class hierarchy instead of 2008-08-28 23:25:27 +00:00
CustomizingEigen.dox * move memory related stuff to util/Memory.h 2008-08-26 19:12:23 +00:00
Doxyfile.in tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh script 2008-08-29 16:17:06 +00:00
echelon.cpp - many updates after Cwise change 2008-07-08 07:56:01 +00:00
Eigen_Silly_Professor_64x64.png Various doc improvements... including a owl in the API doc header. 2008-08-25 10:49:53 +00:00
eigendoxy_footer.html.in Various doc improvements... including a owl in the API doc header. 2008-08-25 10:49:53 +00:00
eigendoxy_header.html.in minor doc fixes 2008-08-29 17:45:11 +00:00
eigendoxy_tabs.css * move memory related stuff to util/Memory.h 2008-08-26 19:12:23 +00:00
eigendoxy.css doc + quick bug fix in Matrix ctor 2008-08-28 00:33:58 +00:00
example.cpp
Overview.dox tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh script 2008-08-29 16:17:06 +00:00
QuickStartGuide.dox update Transform::inverse() to take an optional argument stating whether the transformation is: 2008-08-30 12:42:06 +00:00
tutorial.cpp spelling + some krazy directives 2008-08-28 21:44:56 +00:00