diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-10-07 00:32:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-10-07 00:34:52 +0100 |
commit | 705695777ad82b5b25d21ce2629aa51437d3c63b (patch) | |
tree | 40c481694ed079541244b4d7edc47facf8af25b5 /academic/armadillo/README | |
parent | 721c2258e15126718b79ea6459cb5e01ae8c065c (diff) | |
download | slackbuilds-705695777ad82b5b25d21ce2629aa51437d3c63b.tar.gz |
academic/armadillo: Updated for version 8.100.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/armadillo/README')
-rw-r--r-- | academic/armadillo/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/armadillo/README b/academic/armadillo/README index 4f4df4bec5..17bef8f786 100644 --- a/academic/armadillo/README +++ b/academic/armadillo/README @@ -1,7 +1,7 @@ -Armadillo is a high quality C++ linear algebra library useful -for development of algorithms in machine learning, pattern recognition, -signal processing, bioinformatics, statistics, etc. - +Armadillo is a high quality C++ linear algebra library useful +for development of algorithms in machine learning, pattern recognition, +signal processing, bioinformatics, statistics, etc. + Armadillo makes extensive use of template meta-programming, recursive templates and template based function overloading. As such, C++ compilers which do not fully implement the C++ standard may not work correctly. |