1. Home
  2. Browse
  3. armadillo

armadillo

v14.2.2#0Latest

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

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})

Dependencies

See source

Version

v14.2.2#0

Publication

Supports

All

SourceForge

arma

Homepage

arma.sourceforge.net

Subtree

c8cc643cdc

License

Apache-2.0

Definition

Manifest