move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning

This commit is contained in:
Gael Guennebaud
2011-11-12 14:11:27 +01:00
parent dcb66d6b40
commit 53fa851724
62 changed files with 206 additions and 1336 deletions

View File

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