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)
|