armadillo v14.0.3
- Created
- Updated
Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use
# Usage
armadillo provides CMake targets:
find_package(Armadillo CONFIG REQUIRED)
target_link_libraries(main PRIVATE armadillo)
armadillo is compatible with built-in CMake variables:
find_package(Armadillo REQUIRED)
target_include_directories(main PRIVATE ${ARMADILLO_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${ARMADILLO_LIBRARIES})
# License
Apache-2.0
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
and 6 transitive dependencies:
lapack-reference (by blas , lapack , lapack-reference )
Platforms:
!osx & !ios & !uwp & !(arm & windows)
- pthreads (by pthread )
vcpkg-gfortran (by lapack-reference )
Platforms:
windows
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- congzhangzh
- Victor Romero
- Stefano Sinigardi
- wangli28
- Lily
- JackBoosY
- Jack·Boos·Yu
- Alexander Neumann
- JonLiu1993
- ras0219
- NancyLi1013
- autoantwort
- Frank
- Kai Pastor
- Cheney Wang
- Mengna Li
- Ryan Zoeller
- gerard-ryan-immersaview
- WangWeiLin-MV
# Changelog
and 25 more commits:
df3e90f
[armadillo]Fix cmake path.