Registry / utility / armadillo

armadillo

JSON →
library14.4.1vcpkgunverified

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.

vcpkg install armadillo
INSTALL
IMPORT
SIG · ARMADILLO
A
armadillo
utilitycppv14.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

armadillo
#include <armadillo>

Solve a linear system using Armadillo

#include <armadillo> #include <iostream> int main() { arma::mat A = {{1, 2}, {3, 4}}; arma::vec b = {5, 6}; arma::vec x = arma::solve(A, b); std::cout << x << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
14.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
2
Resources

No resource links recorded.

armadillo — pip install armadillo · libregistry