added Cholesky module

This commit is contained in:
Gael Guennebaud
2008-04-27 10:57:32 +00:00
parent 1ec2d21ca5
commit 4ffffa670e
7 changed files with 384 additions and 22 deletions

View File

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