diff options
author | stephen <stephen@FreeBSD.org> | 2012-02-07 03:42:56 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-02-07 03:42:56 +0800 |
commit | 2d587725e75063b3e733e74eb877e35e07684b9e (patch) | |
tree | 7e93b7c2155fab18683c8348722a9e6db870e377 /math/Makefile | |
parent | 34f7ad5f1f2cb86a1896dbdc5d0f534991cb5117 (diff) | |
download | freebsd-ports-gnome-2d587725e75063b3e733e74eb877e35e07684b9e.tar.gz freebsd-ports-gnome-2d587725e75063b3e733e74eb877e35e07684b9e.tar.zst freebsd-ports-gnome-2d587725e75063b3e733e74eb877e35e07684b9e.zip |
-New port octave-forge-queueing.
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.
The queueing toolbox provides functions for queueing networks and Markov
chains analysis. This package can be used to compute steady-state performance
measures for open, closed and mixed networks with single or multiple job
classes. Mean Valud Analysis (MVA), convolution and various bounding
techniques are implemented. Various transient and steady-state performance
measures for Markov chains can als be computed (including state occupancy
probabilities, mean time to absorption, time-averaged sojourn times), both
for continuous-time and discrete-time chains.
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 1673c38e9be7..d0fdff3fa9a2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -308,6 +308,7 @@ SUBDIR += octave-forge-plot SUBDIR += octave-forge-pt_br SUBDIR += octave-forge-quaternion + SUBDIR += octave-forge-queueing SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d SUBDIR += octave-forge-secs3d |