< Home - < Back

armadillo


Information about the package, armadillo, which is shipped with common Linux distributions. The armadillo package is designed for, Fast C++ matrix library with interfaces to LAPACK and ATLAS.


Package Name:

armadillo

Summary:

Fast C++ matrix library with interfaces to LAPACK and ATLAS

Description:

Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. A delayed evaluation approach is employed (during compile time) to combine several operations into one and reduce (or eliminate) the need for temporaries. This is accomplished through recursive templates and template meta-programming. This library is useful if C++ has been decided as the language of choice (due to speed and/or integration capabilities), rather than another language like Matlab or Octave.

Architecture:

x86_64

Version:

4.550.2

Release:

1.el6

Size:

20 k

Repository:

epel

From Repository:

Licence:

MPLv2.0



Handy Yum Commands for armadillo


Control the armadillo package with the following handy commands outlined below.


Command

Description of Command

yum install armadillo

This command will install armadillo on the server.

yum remove armadillo

This command will un-install armadillo on the server. When you run this command, you will be asked if you are sure that you want to remove armadillo, so you have to manually confirm that you want to do this.

yum -y remove armadillo

This command will un-install armadillo on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove armadillo when using the -y flag.

yum update armadillo

This command will update armadillo to the latest version. When you run this command, you will be asked if you are sure that you want to remove armadillo, so you have to manually confirm that you want to do this.

yum -y update armadillo

This command will update armadillo to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove armadillo when using the -y flag.

yum info armadillo

This command will show you core information about the armadillo package.

yum deplist armadillo

This command will show you the dependencies for armadillo. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update armadillo

This command will check if there is an update waiting on armadillo. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.