new unsupported module by Jitse Niesen: matrix exponential

This commit is contained in:
Benoit Jacob
2009-05-05 20:46:55 +00:00
parent 66f059b99d
commit 834eb5bfc8
6 changed files with 312 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
FILE(GLOB Eigen_MatrixFunctions_SRCS "*.h")
INSTALL(FILES
${Eigen_MatrixFunctions_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/MatrixFunctions COMPONENT Devel
)