Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
Armadillo: fast C++ library for linear algebra & scientific computing - https://arma.sourceforge.net
- Host: GitHub
- URL: https://github.com/conradsnicta/armadillo-code
- Owner: conradsnicta
- Created: 2016-10-27T05:12:52.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T05:04:43.000Z (9 months ago)
- Last Synced: 2024-05-16T01:24:04.099Z (6 months ago)
- Topics: 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
- Homepage:
- Size: 8.79 KB
- Stars: 461
- Watchers: 53
- Forks: 121
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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