Logo
Explore Help
Sign In
devtools/eigen
1
0
Fork 0
You've already forked eigen
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-04-10 11:34:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
e1867288672b7f8acff34fbdee59e7bb05ab9ead
eigen/Eigen/src/Array/CMakeLists.txt

7 lines
144 B
CMake
Raw Normal View History

* start of the Geometry module with a cross product and quaternion expressions (haven't tried them yet) * applied the meta selector rule to MatrixBase::swap()
2008-06-02 22:58:36 +00:00
FILE(GLOB Eigen_Array_SRCS "*.h")
moved purely "array" related stuff to a new module Array. This include: - cwise Pow,Sin,Cos,Exp... - cwise Greater and other comparison operators - .any(), .all() and partial reduction - random
2008-05-31 18:11:48 +00:00
INSTALL(FILES
* start of the Geometry module with a cross product and quaternion expressions (haven't tried them yet) * applied the meta selector rule to MatrixBase::swap()
2008-06-02 22:58:36 +00:00
${Eigen_Array_SRCS}
Add COMPONENT Devel
2009-02-23 07:50:56 +00:00
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Array COMPONENT Devel
moved purely "array" related stuff to a new module Array. This include: - cwise Pow,Sin,Cos,Exp... - cwise Greater and other comparison operators - .any(), .all() and partial reduction - random
2008-05-31 18:11:48 +00:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 170ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API