summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 15:46:29 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 15:46:29 +0000
commitdfec024ab5774ad588abf439e48fcbdd87377cd2 (patch)
treeab9dc8e96f1aad9540f1834c8fc987eda0fc6fb8 /math/Makefile
parentf328bacfc16e9d52bb65e2250fc104791dca3f66 (diff)
downloadpkgsrc-dfec024ab5774ad588abf439e48fcbdd87377cd2.tar.gz
R-tensorA: initial commit
Provides convenience functions for advanced linear algebra with tensors and computation with datasets of tensors on a higher level abstraction. It includes Einstein and Riemann summing conventions, dragging, co- and contravariate indices, parallel computations on sequences of tensors.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 74bfd3d88fe..950eed4f895 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.428 2019/08/09 15:43:47 brook Exp $
+# $NetBSD: Makefile,v 1.429 2019/08/09 15:46:29 brook Exp $
COMMENT= Mathematics
@@ -98,6 +98,7 @@ SUBDIR+= R-splancs
SUBDIR+= R-stabledist
SUBDIR+= R-statmod
SUBDIR+= R-survey
+SUBDIR+= R-tensorA
SUBDIR+= R-tibble
SUBDIR+= R-urca
SUBDIR+= R-vctrs