Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conradsnicta/armadillo-code

Armadillo: fast C++ library for linear algebra & scientific computing - https://arma.sourceforge.net
https://github.com/conradsnicta/armadillo-code

armadillo blas expression-template gaussian-mixture-models lapack linear-algebra linear-algebra-library linear-solvers math-library matlab matrix-factorization matrix-functions matrix-inverse openmp rcpparmadillo scientific-computing signal-processing-algorithms solver sparse-matrix statistics

Last synced: about 2 months ago
JSON representation

Armadillo: fast C++ library for linear algebra & scientific computing - https://arma.sourceforge.net

Awesome Lists containing this project

README

        

**Armadillo: a user-friendly C++ library for linear algebra & scientific computing**

* **Git repo moved to GitLab:**
[**gitlab.com/conradsnicta/armadillo-code**](http://gitlab.com/conradsnicta/armadillo-code)
`git clone https://gitlab.com/conradsnicta/armadillo-code.git`

* **Releases:**
[**arma.sourceforge.net/download.html**](https://arma.sourceforge.net/download.html)

* **Bug Reports & Questions:**
[**arma.sourceforge.net/faq.html**](https://arma.sourceforge.net/faq.html)

* **Documentation & Examples:**
[**arma.sourceforge.net/docs.html**](https://arma.sourceforge.net/docs.html)

* **Conversion Table Between Matlab and Armadillo Syntax:**
[**arma.sourceforge.net/docs.html#syntax**](https://arma.sourceforge.net/docs.html#syntax)

* **Related Projects:**
- [ensmallen](https://ensmallen.org) - C++ library for non-linear numerical optimisation (L-BFGS, SGD, CMA-ES, etc)

- [mlpack](https://mlpack.org) - extensive library of machine learning algorithms
- [CARMA](https://github.com/RUrlus/carma) - interface between Armadillo and Python / NumPy