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-6#0
Oct 8, 2019
All
conradsnicta/armadillo-code
df3e90fd27
Complex license
Control