gnu: armadillo: Fix typo in description.
* gnu/packages/maths.scm (armadillo): Fix spaces after "eg.".
This commit is contained in:
parent
043c3d6499
commit
255fb17b25
1 changed files with 1 additions and 1 deletions
|
@ -3125,7 +3125,7 @@ (define-public armadillo
|
|||
environments. It can be used for machine learning, pattern recognition,
|
||||
signal processing, bioinformatics, statistics, econometrics, etc. The library
|
||||
provides efficient classes for vectors, matrices and cubes, as well as 150+
|
||||
associated functions (eg. contiguous and non-contiguous submatrix views).")
|
||||
associated functions (e.g., contiguous and non-contiguous submatrix views).")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public muparser
|
||||
|
|
Loading…
Reference in a new issue