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-4#0
Jul 19, 2019
All
conradsnicta/armadillo-code
cf9820bb86
Complex license
Control