diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:43:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:43:02 +0000 |
commit | 9f798d581c084e12479d8a517b4bd98fe34a0744 (patch) | |
tree | 46ad2461db0a5b3c383c481a32b0059ca3c29bf4 /math/Makefile | |
parent | f7c98d53b2a923ddc9d778b455eb538e972cfe59 (diff) | |
download | ports-9f798d581c084e12479d8a517b4bd98fe34a0744.tar.gz ports-9f798d581c084e12479d8a517b4bd98fe34a0744.zip |
This is informationtheory.
Functions and routines for basic Information Theory definitions, and source coding.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes:
svn path=/head/; revision=220222
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 b57310f80d9b..8aa10dbaf073 100644 --- a/math/Makefile +++ b/math/Makefile @@ -191,6 +191,7 @@ SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl + SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-linear-algebra SUBDIR += oleo SUBDIR += orpie |