GNU/Linux Ubuntu 18.04 Installing Armadillo – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install Armadillo in Ubuntu 18.04 Bionic LTS GNU/Linux.
And Armadillo for Ubuntu 18.04 is an Open-Source C++ Linear Algebra Library (Matrix Maths) with Syntax similar to MATLAB and Octave.
Moreover, in Armadillo Integer, Floating Point and Complex Numbers are supported, as well as a subset of Trigonometric and Statistics Functions.
Finally, this guide includes detailed instructions about to Getting-Started with Armadillo on Ubuntu.
-
1. Launching Shell Emulator
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands).
-
2. Installing Recommends
Then to Install Recommended Packages.
sudo apt install cmake libopenblas-dev liblapack-dev libarpack2-dev
Contents