Add support for Metis fill-reducing ordering ; it is generally more efficient than COLAMD ordering

This commit is contained in:
Desire NUENTSA
2012-08-06 14:55:02 +02:00
parent a51806993b
commit 4d3b7e2a13
6 changed files with 186 additions and 1 deletions

View File

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