diff options
author | jhb <jhb@FreeBSD.org> | 2004-03-10 16:33:00 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-03-10 16:33:00 +0000 |
commit | 36f066685a1c0e4ebfebda989cbe6e87ace2ac8d (patch) | |
tree | e810ae16c502f8eb36e514d1301e1a49320def26 /math | |
parent | 4e8de7691a6c5e3eff300b95830714c0915887ae (diff) | |
download | FreeBSD-ports-36f066685a1c0e4ebfebda989cbe6e87ace2ac8d.zip FreeBSD-ports-36f066685a1c0e4ebfebda989cbe6e87ace2ac8d.tar.gz |
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 34d5711..89b459a 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 |