The BLAS (Basic Linear Algebra Subprograms) are routines that provide
standard building blocks for performing basic vector and matrix
operations.
help and ok alek@
other port changes:
- use math/fftw3 library
- fix MASTER_SITES
- add a few patches to include correct headers
- build all HTML documentation and adjust BUILD_DEPENDS accordingly
From: maintainer Steven Mestdagh
FFTW is a C subroutine library for computing the discrete Fourier
transform (DFT) in one or more dimensions, of arbitrary input size,
and of both real and complex data (as well as of even/odd data, i.e.
the discrete cosine/sine transforms or DCT/DST).
From Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>
Major changes includes speed improvements when reading large matrices
from file and the addition of the clmorder tool.
From: maintainer Andreas Kahari <andreas.kahari@gmail.com>
Submitted by Gerardo Santana <gerardo.santana@gmail.com>.
Mathomatic is a small, portable, general purpose CAS (Computer
Algebra System) written entirely in C. This is a console mode
application that compiles and runs under any operating system with
a C compiler.
aamath is a program that reads mathematical expressions in infix
notation and renders them as ASCII art. It may be useful to send
mathematics through text-only media, such as e-mail or newsgroups.
From Matthias Kilian <kili@outback.escape.de>
- Fix MODULE as only converters/libiconv is needed
- Put LOCALBASE/lib before X11BASE/lib so correct version of libexpat will
be used
- Bump PKGNAME
ok naddy@
This package is a Perl interface to famous library PARI for
numerical/scientific/number-theoretic calculations. It allows use of
most PARI functions as Perl functions, and (almost) seamless merging of
PARI and Perl data. In what follows we suppose prior knowledge of what
PARI is (see <ftp://megrez.math.u-bordeaux.fr/pub/pari>, or
Math::libPARI).
ok sturm@