* start of the Geometry module with a cross product and quaternion expressions

(haven't tried them yet)
* applied the meta selector rule to MatrixBase::swap()
This commit is contained in:
Gael Guennebaud
2008-06-02 22:58:36 +00:00
parent 75de41a00b
commit 366971bea4
7 changed files with 480 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
FILE(GLOB Eigen_Geometry_SRCS "*.h")
INSTALL(FILES
${Eigen_Geometry_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Geometry
)