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
Run the following Vcpkg command to install the port.
vcpkg install armadillo
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})
v14.0.3#0
Nov 7, 2024
All
arma
arma.sourceforge.net
8b495091a1
Apache-2.0
Manifest