From f82a749b4b8f24ef753cd3bd9e7008d9cee3a07a Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 8 Sep 2023 13:49:17 +1000 Subject: [PATCH] more descriptive wording --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce4f4d4e..ffa37942 100644 --- a/README.md +++ b/README.md @@ -460,18 +460,18 @@ Octave/Matlab with C++ code that uses Armadillo matrices. ### 16: Related Software Using Armadillo +* ensmallen: C++ library for non-linear numerical optimisation + https://ensmallen.org/ + * Bandicoot: C++ library for accelerated linear algebra on GPUs https://coot.sourceforge.io -* ensmallen: fast library for non-linear numerical optimisation - https://ensmallen.org/ - * MLPACK: extensive library of machine learning algorithms https://mlpack.org * RcppArmadillo: integration of Armadillo with R https://dirk.eddelbuettel.com/code/rcpp.armadillo.html -* CARMA: bidirectional interface between Python and Armadillo +* CARMA: interface between Armadillo and Python / NumPy https://github.com/RUrlus/carma