Commit Graph

112 Commits

Author SHA1 Message Date
espie
88ad03f3e7 cvs always strikes twice. 2001-02-09 14:41:36 +00:00
espie
904377bd1a remove useless pre-patch, use MAKE_FILE. 2001-02-09 14:41:18 +00:00
reinhard
102a0b8cba + yorick 2001-02-09 10:58:13 +00:00
reinhard
5dfaec65e3 Yorick is an interpreded language for scientific computing
and numerical analysis, very similar to Matlab.
 
Yorick's array syntax, interpreted programs are compact,
nearly free of explicit loops, and can run at speeds up to
20% of optimized compiled speed.
 
It can do interactive graphics via the X Window System,
including x-y plots, quadrilateral meshes and cell arrays.
Includes tools to assist making animated and simple 3d
graphs.
 
Supports output directly to your screen, in PostScript and
binary CGM format.

Maintainer: Peter Valchev <pvalchev@toxiclinux.org>
2001-02-09 10:50:51 +00:00
reinhard
7a6f66be48 o) {BUILD,LIB}_DEPENDS (gtl)
o) bump NEED_VERSION

from maintainer
2001-02-09 10:11:18 +00:00
wilfried
206b1a9835 Improve COMMENTs 2001-02-07 13:48:10 +00:00
reinhard
076aee9421 +sc 2001-02-04 18:44:47 +00:00
reinhard
c0a0a9530c Sc is a spreadsheet calculator based on rectangular tables
like a financial spreadsheet. When invoked it presents you
with a table organized as rows and columns of cells. If
invoked without a file argument, by default the initial
table is empty.
 
Each cell can be associated with a numeric value, a label
string and/or an expression which evaluates to a numeric
value or label string, often based on other cell values
(formula).

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-02-04 18:44:00 +00:00
wilfried
e58fe7853d set MAINTAINER mailaddress to my new wilfried@ 2001-02-01 17:34:25 +00:00
avsm
0753a85071 + p5-Math-GMP 2001-01-28 15:29:58 +00:00
avsm
b486893f1e - initial import of p5-Math-GMP-1.03
--
Math::GMP is designed to be a drop-in replacement both for Math::BigInt
and for regular integer arithmetic. Unlike BigInt, though, Math::GMP
uses the GNU gmp library for all of its calculations, as opposed
to straight Perl functions. This results in a speed increase of
anywhere from 5 to 30 times.

A Math::GMP object can be used just as a normal numeric scalar would
be -- the module overloads the normal arithmetic operators to provide
as seamless an interface as possible.
2001-01-28 15:28:54 +00:00
kevlo
ebc520be97 Add p5-Set-IntSpan 2001-01-24 08:22:47 +00:00
kevlo
f3cedaa9fc Initial import of Set-IntSpan-1.07
This module manages sets of integers.
2001-01-24 08:22:10 +00:00
kevlo
8891697f44 Add p5-AI-Perceptron 2001-01-23 15:55:02 +00:00
kevlo
53fd0e6026 Initial import of AI-Perceptron-0.01
This module intended as an introduction to internal operations 
of neural networks.
2001-01-23 15:54:32 +00:00
kevlo
09c644df69 Add p5-AI-NeuralNet-BackProp and p5-AI-NeuralNet-Mesh. 2001-01-23 15:07:59 +00:00
kevlo
1088ec137f Initial import of AI-NeuralNet-Mesh-0.44.
This module to implement an accurate neural network mesh.
2001-01-23 15:06:45 +00:00
kevlo
c45055c952 Initial import of AI-NeuralNet-BackProp-0.89
This module to implement a back-propagation feed-forward neural network.
2001-01-23 15:05:24 +00:00
naddy
d9e6c66ce8 Update to 0.3; submitted by maintainer.
- Added "Locked" memory capabilities via config file.
- General code clean-up.
- Keyboard support.
2001-01-19 18:50:13 +00:00
reinhard
7d957a463e +cassowary
+mcsim
2001-01-19 16:47:03 +00:00
reinhard
a1ed2d22e6 Cassowary is an incremental constraint solving toolkit that
efficiently solves systems of linear equalities and inequalities.
Constraints may be either requirements or preferences.  Client code
specifies the constraints to be maintained, and the solver updates the
constrained variables to have values that satisfy the constraints.
 
A technical report is included in the distribution that describes the
algorithm, interface, and implementation of the Cassowary solver.
Additionally, the distribution contains toy sample applications
written in Smalltalk, C++, Java, and Python, and a more complex
example Java applet, the "Constraint Drawing Application".

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-19 16:45:03 +00:00
reinhard
e4ae05eaea MCSim is a general purpose modeling and simulation program which
also performs standart or Monte Carlo simulations. It allows you
to specify a set of linear or nonlinear equations and solve them
using parameter values you choose or parameter values sampled
from specified statistical distributions. Outputs can be compared.
 
It consists of two pieces - a model generator and a simulation
engine. The model generator was created to facilitate the model
maintenance and simulation definition, while keeping execution
time fast. Other programs have been created to the same end, the
Matlab family of graphical interactive programs being some of the
more general and easy to use.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-19 15:24:58 +00:00
naddy
a12cc4bd9b add "x11/windowmaker" to CATEGORIES; requested by espie@ 2001-01-18 16:09:59 +00:00
naddy
e92b295495 +wmcalc 2001-01-17 01:10:37 +00:00
naddy
f0f4b665b4 Import wmcalc-0.21.
Submitted by Peter Stromberg <home@wilfried.net>.

wmcalc is a program designed to act as a simple four-function
calculator.  It is different from other calculator programs,
however in that it is designed to take up very little desktop
space.
2001-01-16 21:31:43 +00:00
reinhard
ac3dd02d0b +geg
+hexcalc
2001-01-12 16:09:14 +00:00
reinhard
07f831846b geg is mathematical functions grapher used for plotting 2d
functions like f(x) = x^4 - 2. It allows you to view/compare
multiple function's graphs simultaneously, using different colours.
Geg can zoom in/out selections, and is very easy to use by math
students and teachers, providing nice gtk interface.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-12 16:03:48 +00:00
reinhard
c06aefb11e hexcalc is a multi-radix calculator for integers.
Works with hexadecimal, decimal, octal and binary numbers.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-12 15:59:05 +00:00
reinhard
d23e59b2c1 +ntl 2001-01-08 16:19:12 +00:00
reinhard
090c1d231e NTL is an object oriented library for number theory, written
by Victor Shoup.  It provides objects and methods for
        - arbitrary length integers
        - finite fields
        - polynomials over fields
        - extensions of fields.
 
NTL's lattice reduction code is also one of the best available anywhere, in
terms of both speed and robustness, and one of the few implementations of block
Korkin-Zolotarev reduction with the Schnorr-Horner pruning heuristic. It has
been used to "crack" several cryptosystems.

MAINTAINER=     Tom Knienieder <tom@knienieder.com>
2001-01-08 16:15:35 +00:00
kevlo
b3cb5a4581 Add abs. 2000-12-28 13:55:41 +00:00
kevlo
c19fd1cebe Initial import of abs 0.8.
abs is a free spreadsheet with graphical user interface.
2000-12-28 13:55:13 +00:00
reinhard
5a598d979b +netcdf 2000-12-26 12:28:18 +00:00
reinhard
1b5847e8c3 NetCDF (network Common Data Form) is an interface for array-oriented
data access and a library that provides an implementation of the
interface. The netCDF library also defines a machine-independent
format for representing scientific data. Together, the interface,
library, and format support the creation, access, and sharing of
scientific data. The netCDF software was developed at the Unidata
Program Center in Boulder, Colorado.

From: Tom Knienieder <tom@knienieder.com>
2000-12-26 12:22:53 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
obecian
97d51aaf0e ports/math/Makefile updated to reflect grpn import 2000-12-18 02:21:21 +00:00
obecian
5c7bd0c1d1 grpn-1.1.1 port - graphical (GTK) reverse polish notation calculator 2000-12-18 02:17:11 +00:00
espie
c5af8657b0 Bye, bye, EXTRACT_CMD, EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS 2000-12-14 13:22:59 +00:00
espie
01c2c49bba +maple-share 2000-11-19 20:05:56 +00:00
espie
896e0fdf80 maple extra libraries (the 2nd CD) 2000-11-19 20:02:12 +00:00
espie
616ae747df Add missing run dependency 2000-10-29 17:29:31 +00:00
espie
17c955b41f Oops, again. 2000-10-24 16:28:04 +00:00
espie
46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00
espie
5b1b16e44d Repair 2000-10-22 15:28:18 +00:00
espie
aa4a7733cc Complete a few MAINTAINER names. 2000-10-22 14:02:46 +00:00
espie
54848dabf9 Fix my address. Dust off details. 2000-10-10 00:40:20 +00:00
ian
ee83bdd7ae Full name in MAINTAINER; remove a few old LICENSE_TYPEs, clarify
contool to NOFEE.
2000-10-05 16:10:24 +00:00
danh
10878efcea - changed CONFIGURE_STYLE to 'gnu dest'.
- removed unnecessary patches.
2000-09-27 16:53:18 +00:00
brad
5cfb2277a5 - (remove use of gmake for gnuplot)
- remove SEPARATE_BUILD until someone can figure out why these and other
automake-based ports do a rebuild on install
2000-09-27 16:16:37 +00:00
danh
1aa3d48c3f added real name to MAINTAINER 2000-09-23 19:59:51 +00:00