diff options
author | jhb <jhb@FreeBSD.org> | 2004-03-11 00:33:00 +0800 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-03-11 00:33:00 +0800 |
commit | 36f066685a1c0e4ebfebda989cbe6e87ace2ac8d (patch) | |
tree | e810ae16c502f8eb36e514d1301e1a49320def26 /math | |
parent | 4e8de7691a6c5e3eff300b95830714c0915887ae (diff) | |
download | freebsd-ports-gnome-36f066685a1c0e4ebfebda989cbe6e87ace2ac8d.tar.gz freebsd-ports-gnome-36f066685a1c0e4ebfebda989cbe6e87ace2ac8d.tar.zst freebsd-ports-gnome-36f066685a1c0e4ebfebda989cbe6e87ace2ac8d.zip |
libmath++ is a template based math library, written in C++, for symbolic
and numeric calculus applications.
WWW: http://www.surakware.net/projects/libmath++/index.xml
Reviewed by: ports@
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 34d57116ab2b..89b459a62199 100644 --- a/math/Makefile +++ b/math/Makefile @@ -78,6 +78,7 @@ SUBDIR += lapack++ SUBDIR += libgmp-freebsd SUBDIR += libgmp4 + SUBDIR += libmath++ SUBDIR += libneural SUBDIR += libranlib SUBDIR += linalg |