diff options
author | will <will@FreeBSD.org> | 2001-03-31 09:33:37 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-31 09:33:37 +0800 |
commit | 078fd20f2d6eca0f3f0df32a06cb9641ee185392 (patch) | |
tree | 1c7cd07b9fcbf8d8903bf169ffce1f3a3bd5f9b7 /math/Makefile | |
parent | c2a42e94b7bed4720c4005b9585c2eb46f6740ad (diff) | |
download | freebsd-ports-gnome-078fd20f2d6eca0f3f0df32a06cb9641ee185392.tar.gz freebsd-ports-gnome-078fd20f2d6eca0f3f0df32a06cb9641ee185392.tar.zst freebsd-ports-gnome-078fd20f2d6eca0f3f0df32a06cb9641ee185392.zip |
Add matrix 1.0, a c++ library to manipulate matrices and vectors.
PR: 26198
Submitted by: Anton Voronin <anton@urc.ac.ru>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b917710c274a..7d4bdf721952 100644 --- a/math/Makefile +++ b/math/Makefile @@ -39,6 +39,7 @@ SUBDIR += libranlib SUBDIR += linalg SUBDIR += linpack + SUBDIR += matrix SUBDIR += metis SUBDIR += mtrxmath SUBDIR += netcdf |