mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* convenient functions: - Horner and stabilized Horner evaluation - polynomial coefficients from a set of given roots - Cauchy bounds * a QR based polynomial solver
7 lines
174 B
CMake
7 lines
174 B
CMake
FILE(GLOB Eigen_Polynomials_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_Polynomials_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Polynomials COMPONENT Devel
|
|
)
|