mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
- the decompostion code has been adfapted from JAMA - handles non square matrices of size MxN with M>=N - does not work for complex matrices - includes a solver where the parts corresponding to zero singular values are set to zero
7 lines
122 B
CMake
7 lines
122 B
CMake
FILE(GLOB Eigen_SVD_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_SVD_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SVD
|
|
)
|