diff options
author | maho <maho@FreeBSD.org> | 2004-05-08 06:24:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-05-08 06:24:59 +0800 |
commit | d865c1adc5be093b0e257459a6a05df27f334dd3 (patch) | |
tree | f531b34f53220cb9d58b9f46d2ff088878ee956f /math/Makefile | |
parent | 9daa729f5fd6981bb102b0943eea3222f9739887 (diff) | |
download | freebsd-ports-graphics-d865c1adc5be093b0e257459a6a05df27f334dd3.tar.gz freebsd-ports-graphics-d865c1adc5be093b0e257459a6a05df27f334dd3.tar.zst freebsd-ports-graphics-d865c1adc5be093b0e257459a6a05df27f334dd3.zip |
Add math/octave-forge, adding many features such as sparce matrix treatment,
fast fourier transformation, Statistics, Optimizations and more to
math/octave.
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 bac3b2bf37c..d74e03eecec 100644 --- a/math/Makefile +++ b/math/Makefile @@ -107,6 +107,7 @@ SUBDIR += nsc2ke SUBDIR += ntl SUBDIR += octave + SUBDIR += octave-forge SUBDIR += oleo SUBDIR += p5-AI-DecisionTree SUBDIR += p5-AI-NeuralNet-BackProp |