mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step.
9 lines
165 B
CMake
9 lines
165 B
CMake
set(Eigen_HEADERS AdolcForward IterativeSolvers)
|
|
|
|
install(FILES
|
|
${Eigen_HEADERS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen
|
|
)
|
|
|
|
add_subdirectory(src)
|