1. Home
  2. Browse
  3. armadillo

armadillo

v8.400.0-1#0Go to latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install armadillo

Usage

The package armadillo is compatible with built-in CMake targets:

find_package(Armadillo CONFIG REQUIRED)
target_include_directories(main PRIVATE ${ARMADILLO_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${ARMADILLO_LIBRARIES})
See source

Version

v8.400.0-1#0

Publication

Supports

All

GitHub

conradsnicta/armadillo-code501

Subtree

a6d56f88e5

License

Complex license

Definition

Control