* 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

@@ -1,6 +1,6 @@
FILE(GLOB Eigen_ARRAY_SRCS "*.h")
FILE(GLOB Eigen_Array_SRCS "*.h")
INSTALL(FILES
${Eigen_ARRAY_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/ARRAY
${Eigen_Array_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Array
)