diff options
Diffstat (limited to 'src/matrixOperations/Makefile.in')
-rw-r--r-- | src/matrixOperations/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.in b/src/matrixOperations/Makefile.in index e0b4956d..49ab0273 100644 --- a/src/matrixOperations/Makefile.in +++ b/src/matrixOperations/Makefile.in @@ -173,7 +173,10 @@ SUBDIRS = addition \ transpose \ division \ trace \ - hilbert + hilbert \ + expm \ + infiniteNorm \ + eyes all: all-recursive |