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
The package armadillo provides CMake targets:
find_package(Armadillo CONFIG REQUIRED) target_link_libraries(main PRIVATE ${ARMADILLO_LIBRARIES})
v2019-04-16#10
Aug 28, 2020
All
conradsnicta/armadillo-code
0a506f7c5e
Complex license
Control