non port: math/Makefile |
Number of commits found: 1711 (showing only 100 on this page) |
Friday, 12 Dec 2008
|
15:47 pav
- Retire py-numeric17, it is not needed for any python version supported today
PR: ports/128343
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
 |
Sunday, 7 Dec 2008
|
15:55 miwi
TestU01 is a software library, implemented in the ANSI C language, and
offering a collection of utilities for the empirical statistical testing
of uniform random number generators.
The library implements several types of random number generators in generic
form, as well as many specific generators proposed in the literature or
found in widely-used software. It provides general implementations of the
classical statistical tests for random number generators, as well as several
others proposed in the literature, and some original ones. These tests can
be applied to the generators predefined in the library and to user-defined
generators. Specific tests suites for either sequences of uniform random
numbers in [0,1] or bit sequences are also available. Basic tools for
plotting vectors of points produced by generators are provided as well.
Additional software permits one to perform systematic studies of the
interaction between a specific test and the structure of the point sets
produced by a given family of random number generators. That is, for a given
kind of test and a given class of random number generators, to determine how
large should be the sample size of the test, as a function of the generator's
period length, before the generator starts to fail the test systematically.
WWW: http://www.iro.umontreal.ca/~simardr/testu01/tu01.html
PR: ports/128861
Submitted by: bf <bf2006a at yahoo.com>
 |
Saturday, 15 Nov 2008
|
21:50 miwi
At the suggestion of Linas Vepstas on the Gnu Scientific Library (GSL) list,
this GPL'd suite of random number tests will be named "Dieharder". Using a
movie sequel pun for the name is a double tribute to George Marsaglia, whose
"Diehard battery of tests" of random number generators has enjoyed years of
enduring usefulness as a test suite.
The dieharder suite is more than just the diehard tests cleaned up and given a
pretty GPL'd source face in native C: tests from the Statistical Test Suite
(STS) developed by the National Institute for Standards and Technology (NIST)
are being incorporated, as are new tests developed by rgb. Where possible,
tests are parametrized and controllable so that failure, at least, is
unambiguous.
A further design goal is to provide some indication of *why* a generator fails
a test, where such information can be extracted during the test process and
placed in usable form. For example, the bit-distribution tests should
(eventually) be able to display the actual histogram for the different bit
n-tuplets.
Dieharder is by design extensible. It is intended to be the "Swiss army knife
of random number test suites", or if you prefer, "the last suite you'll ever
ware" for testing random numbers.
WWW: http://www.phy.duke.edu/~rgb/General/dieharder.php
PR: ports/128882
Submitted by: bf <bf2006a at yahoo.com>
 |
21:48 miwi
UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of
algorithms for generating non-uniform pseudorandom variates as a library of C
functions designed and implemented by the ARVAG (Automatic Random VAriate
Generation) project group in Vienna, and released under the GNU Public License
(GPL). It is especially designed for situations where:
- a non-standard distribution or a truncated distribution is needed;
- experiments with different types of distributions are made;
- random variates for variance reduction techniques are used; or
- fast generators of predictable quality are necessary.
UNU.RAN provides generators that are superior in many aspects to those found in
quite a number of other libraries; however, due to its more sophisticated
programming interface, it might not be as easy to use.
It uses an object-oriented interface in which distributions and generators are
treated as independent objects, so that different methods for generating
non-uniform random variates may be chosen according to various criteria, such
as speed, quality, and variance reduction. It is flexible enough to permit
sampling from non-standard distributions, such as distributions that arise in
a model and can only be computed in complicated subroutines.
WWW: http://statmath.wu-wien.ac.at/unuran/
PR: ports/128883
Submitted by: bf <bf2006a at yahoo.com>
 |
21:46 miwi
RngStreams is a C implementation of a high-quality uniform random number
generator that supports multiple "independent" streams of uniform random
numbers.
WWW: http://statmath.wu-wien.ac.at/software/RngStreams/
PR: ports/128860
Submitted by: bf <bf2006a at yahoo.com>
 |
Friday, 14 Nov 2008
|
15:19 amdmi3
FriCAS is an advanced computer algebra system. Its capabilities range from
calculus (integration and differentiation) to abstract algebra. It can plot
functions and has integrated help system.
FriCAS a fork of Axiom project -- its starting point was wh-sandbox branch
of the Axiom project.
WWW: http://fricas.sourceforge.net
PR: 128805
Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
 |
Sunday, 19 Oct 2008
|
13:50 miwi
Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic,
numerical integration and differentiation, root-finding, linear algebra,
and much more. Almost any calculation can be performed just as well at
10-digit or 1000-digit precision, and in many cases mpmath implements
asymptotically fast algorithms that scale well for extremely high
precision work. If available, mpmath will (optionally) use gmpy to
speed up high precision operations.
WWW: http://code.google.com/p/mpmath/
PR: ports/128133
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Tuesday, 14 Oct 2008
|
19:50 amdmi3
OpenAxiom is an open source platform for symbolic, algebraic, and numerical
computations. It offers an interactive environment, an expressive programming
language, a compiler, a large set of mathematical libraries of interest to
researchers and practitioners of computational sciences.
WWW: http://www.open-axiom.org
PR: 128034
Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
 |
Monday, 6 Oct 2008
|
03:06 maho
Add math/sedumi
SeDuMi is a software package to solve optimization problems over symmetric
cones. This includes linear, quadratic, second order conic and semidefinite
optimization, and any combination of these.
WWW: http://sedumi.mcmaster.ca/
 |
Sunday, 5 Oct 2008
|
13:32 miwi
plasTeX is a LaTeX document processing framework
written entirely in Python. It currently comes
bundled with renderers for XHTML, DocBook, man
pages, plain text, as well as a way to simply dump
the document to a generic form of XML. Other
renderers can be added as well and are planned
for future releases.
WWW: http://plastex.sf.net/
PR: ports/127864
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Saturday, 27 Sep 2008
|
18:50 miwi
The symeig module contains a Python wrapper for the LAPACK functions to
solve the standard and generalized eigenvalue problems for symmetric
(hermitian) positive definite matrices. Those specialized algorithms give
an important speed-up with respect to the generic LAPACK eigenvalue
problem solver used by NumPy (linalg.eig and linalg.eigh).
WWW: http://mdp-toolkit.sourceforge.net/symeig.html
PR: ports/127336
Submitted by: Li-Lun Wang <llwang at infor.org>
 |
Wednesday, 24 Sep 2008
|
11:21 tobez
Add math/p5-Geo-Coordinates-UTM, a Perl module that can translate
latitude/longitude coordinates to Universal Transverse Mercator(UTM)
coordinates and vice versa.
 |
07:26 amdmi3
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.
This is nlwing2.
This package allows efficient computation of nonlinear aerodynamic properties
of a wing. It employs 2D section data to build a 3D potential vortex model of
the flow. It uses a robust Euler-Newton method to track the change of flow
vorticity quantities as the angle of attack progresses.
WWW: http://octave.sourceforge.net/
PR: 127300
Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
 |
Tuesday, 23 Sep 2008
|
13:16 amdmi3
GMP is a free library for arbitrary precision arithmetic, operating
on signed integers, rational numbers, and floating point numbers.
There is no limit to the precision except the ones implied by the
available memory in the machine GMP runs on. GMP has a rich set of
functions, and the functions have a regular interface.
This port compiles libgmp using MinGW32.
WWW: http://www.swox.com/gmp/
PR: 123391
Submitted by: Timothy Bourke <timbob at bigpond dot com>
 |
Monday, 8 Sep 2008
|
08:09 maho
Add port math/octave-forge-bim
This is bim.
Package for solving Diffusion Advection Reaction (DAR)
Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel
(FVSG) method a.k.a Box Integration Method (BIM)
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>
 |
07:47 maho
Add port math/octave-forge-data-graceplot
This is graceplot.
Graceplot bindings for octave.
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>
 |
07:44 maho
Add port math/octave-forge-data-smoothing
This is data-smoothing.
Algorithms for smoothing noisy data
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>
 |
07:42 maho
Add port math/octave-forge-ga
This is ga.
Genetic optimization code
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>
 |
07:38 maho
Add port math/octave-forge-control
This is control.
Additional Octave Control tools
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>
 |
07:35 maho
Add port math/octave-forge-financial
This is financial.
Financial manipulation and plotting functions
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>
 |
07:27 maho
Add port math/octave-forge-communications
This is communications.
Digital Communications, Error Correcting Codes (Channel Code),
Source Code functions, Modulation and Galois Fields
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>
 |
07:24 maho
Add port math/octave-forge-msh
This is msh.
Package for creating and managing triangular and tetrahedral meshes for
Finite Element or Finite Volume PDE solvers. Uses a mesh data structure
compatible with pdetool. Relies on gmsh for unstructured mesh generation.
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>
 |
07:02 maho
Add port math/octave-forge-signal
This is signal.
Signal processing tools, including filtering, windowing and display functions.
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>
 |
06:59 maho
Add port math/octave-forge-tsa
This is tsa.
Stochastic concepts and maximum entropy methods for time series analysis
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>
 |
06:54 maho
Add port math/octave-forge-symbolic
This is symbolic.
Symbolic toolbox based on GiNaC and CLN.
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>
 |
06:48 maho
Add port math/octave-forge-tcl-octave.
This is tcl-octave.
socket implementation of a tcl-octave connection
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>
 |
06:45 maho
Add port math/octave-forge-zenity
This is zenity.
A set of functions for creating simple graphical
user interfaces. It is currently possible to create
calendar windows, text entries, file selection dialogs,
lists, message windows, icons in the notification area,
and windows for large amount of text.
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>
 |
06:42 maho
Add port math/octave-forge-xraylib
This is xraylib.
Bindings to the Xraylib functions
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>
 |
06:39 maho
Add port math/octave-forge-windows
This is windows.
Provides COM interface and additional functionality on Windows
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>
 |
06:36 maho
Add port math/octave-forge-vrml
This is vrml.
3D graphics using VRML
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>
 |
06:33 maho
Add port math/octave-forge-video.
This is video.
Implements addframe, avifile, aviinfo, and aviread, using ffmpeg.
(and approximately conforms to Matlab interface)
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>
 |
06:30 maho
Add port math/octave-forge-triangular.
This is triangular.
Simple example of a user type implementing a simple matrix type
for triangular matrices.
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>
 |
06:28 maho
Add port math/octave-forge-time
This is time.
Additional date manipulation tools.
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>
 |
06:17 maho
Add port math/octave-forge-symband.
This is symband.
Linear Algebra for Symmetric Banded Matrices
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>
 |
06:14 maho
Add port math/octave-forge-struct.
This is struct.
Additional Structure manipulations functions.
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>
 |
06:07 maho
Add port math/octave-forge-strings.
This is strings.
Additional manipulation functions
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>
 |
06:04 maho
Add port math/octave-forge-statistics
This is statistics.
Additional statistics functions for Octave.
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>
 |
06:02 maho
Add port math/octave-forge-splines
This is splines.
Additional Cubic spline functions.
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>
 |
06:00 maho
Add port math/octave-forge-spline-gcvspl
This is spline-gcvspl.
B-spline data smoothing using generalized cross-validation
and mean squared prediction or explicit user smoothing
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>
 |
05:57 maho
Add port math/octave-forge-special-matrix
This is special-matrix.
Additional Special Matrices for Octave.
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>
 |
05:52 maho
Add port math/octave-forge-optim
This is optim.
Unconstrained Non-linear Optimization toolkit.
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>
 |
05:45 maho
Add port math/octave-forge-specfun
This is specfun.
Special functions including ellipitic functions, etc
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>
 |
05:42 maho
Add port math/octave-forge-sokets
This is sockets.
Socket functions
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>
 |
05:37 maho
Add port math/octave-forge-secs2d
This is secs2d.
A Drift-Diffusion simulator for 2d semiconductor devices
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>
 |
05:35 maho
Add port math/octave-forge-secs1d
This is secs1d.
A Drift-Diffusion simulator for 1d semiconductor devices
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>
 |
05:32 maho
Add port math/octave-forge-pt_br
This is pt_br.
Brazilian Portuguese translations of the help strings of the
Octave functions.
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>
 |
05:30 maho
Add port math/octave-forge-plot
This is plot.
Additional ploting tools for Octave.
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>
 |
05:28 maho
Add port math/octave-forge-physicalconstants
This is physicalconstants.
Physical Constants from Atomic & Molecular Physics, taken from NIST database
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>
 |
05:25 maho
Add port math/octave-forge-pdb
This is pdb.
Reads and display PDB-files from the Brookhaven protein databank
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>
 |
05:23 maho
Add port math/octave-forge-optiminterp
This is optiminterp.
An optimal interpolation toolbox for octave
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>
 |
05:21 maho
Add port math/octave-forge-outliers
This is outliers.
Grubbs, Dixon and Cochran tests for outlier detection
and p-value approximating routines
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>
 |
05:18 maho
Add port math/octave-forge-odepkg
This is odepkg.
A package for solving differential equations with GNU Octave.
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>
 |
05:13 maho
Add port math/octave-forge-odebvp
This is odebvp.
To approximate the solution of the boundary-value problem
y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta
by the linear finite-diffence method.
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>
 |
05:09 maho
Add port math/octave-forge-mapping
This is mapping. Simple Mapping functions.
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>
 |
05:05 maho
Add port math/octave-forge-irsa
This is irsa.
Irregular sampling analysis.
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>
 |
05:03 maho
Add port math/octave-forge-ftp
This is ftp.
These are bindings for ftplib, and MATLAB compatible APIs
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>
 |
05:00 maho
Add port math/octave-forge-fixed
This is fixed.
Fixed point real and complex matrix toolbox
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>
 |
04:51 maho
Add port math/octave-forge-octgpr
This is octgpr.
The package allows interpolating and smoothing scattered
multidimensional data using Gaussian Process Regression (also known
as Kriging).
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>
 |
04:47 maho
Add port math/octave-forge-ocs
This is ocs.
Package for solving DC and transient MNA equation stemming from
electrical circuit.
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>
 |
04:21 maho
Add port math/octave-forge-nnet
This is nnet. A feed forward multi-layer neural network.
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>
 |
04:15 maho
Add port math/octave-forge-parallel
This is parallel. Parallel execution package for cluster computers
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>
 |
04:13 maho
Add port math/octave-forge-octcdf
This is octcdf. A NetCDF interface for octave
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>
 |
04:10 maho
Add port math/octave-forge-nan
This is nan. Missing value statistical toolbox
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>
 |
04:08 maho
Add port math/octave-forge-multicore
This is multicore.
An Octave-forge package providing functions for
parallel processing on multiple cores.
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>
 |
04:05 maho
Add port math/octave-forge-missing-functions
This is missing-functions.
Find functions that are in Matlab but not in Octave.
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>
 |
04:03 maho
Add port math/octave-forge-miscellaneous
This is miscellaneous.
Miscellaneous tools including waitbar, xml tools, etc
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>
 |
04:00 maho
Add port math/octave-forge-econometrics
This is econometrics.
Econometrics functions including MLE and GMM based techniques.
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>
 |
03:57 maho
Add port math/octave-forge-ident
This is ident.
Addition System Indentification Control functions.
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>
 |
03:54 maho
Add port math/octave-forge-general
This is general. General tools for octave.
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>
 |
03:51 maho
Add port math/octave-forge-image
This is image.
The Octave-forge Image package provides functions for
reading, writing, and processing images. The package supports
almost all image formats through the use of ImageMagick.
The package also provides functions for feature extraction, image
statistics, spatial and geometric transformations, morphological
operations, linear filtering, and much more.
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>
 |
03:48 maho
Add port math/octave-forge-io
This is io. Input/Output in external formats.
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>
 |
03:46 maho
Add port math/octave-forge-integration
This is integration.
Toolbox for 1-D, 2-D, and n-D Numerical Integration
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>
 |
03:43 maho
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>
 |
03:37 maho
Add port math/octave-forge-linear-algebra
This is linear-algebra.
Additional linear algebra code, including general SVD and matrix functions.
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>
 |
03:34 maho
Add port math/octave-forge-combinatorics
This is combinatorics. Combinatorics functions, incuding partitioning.
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>
 |
03:31 maho
Add port math/octave-forge-civil-engineering
This is civil-engineering.
Functions to solution some ODE's in Civil Engineering.
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>
 |
03:27 maho
Add port math/octave-forge-bioinfo.
This is bioinfo. Bioinformatics manipulation
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>
 |
03:24 maho
Add port math/octave-forge-gsl.
This is gsl, Octave bindings to the GNU Scientific Library.
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>
 |
03:13 maho
Add port math/octave-forge-engine.
This is engine.
An external interface library for Octave
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>
 |
03:02 maho
Add port math/octave-forge-fpl.
Collection of routines to plot data on unstructured triangular and
tetrahedral meshes
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>
 |
02:13 maho
Adding math/octave-forge-audio.
This is for Audio recording, processing and playing tools.
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>
 |
02:10 maho
Add math/octave-forge-arpack port.
Octave bindings to ARPACK, including the eigs and svds function.
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>
 |
02:07 maho
Add math/octave-forge-ann port.
This package is "ann".
The Octave-forge ANN package wraps the ANN library, which
provides data structures and functions for computing exact
and approximate nearest neighbors on an arbitrarily high dimensional point set.
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>
 |
02:00 maho
Add math/octave-forge-ad port.
This package is "Automatic Forward Differentiation (AD)".
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>
 |
00:34 maho
Add math/octave-forge-base.
This baseport provides the basic directory structure. Deleting this package
will completely erase all the structure, and remaining files, associated with
the octave packaging system. This is useful if things go wrong with the
octave packaging system.
(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>
 |
Monday, 11 Aug 2008
|
22:14 miwi
SymPy is a Python library for symbolic mathematics.
It aims to become a full-featured computer algebra
system (CAS) while keeping the code as simple as
possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and
does not require any external libraries.
WWW: http://code.google.com/p/sympy/
PR: ports/126394
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Saturday, 9 Aug 2008
|
12:53 rafan
This module converts to and from Base36 numbers (0..9 - A..Z)
It was created because of an article/challenge in "The Perl Review"
WWW: http://search.cpan.org/dist/Math-Base36/
PR: ports/126383
Submitted by: Yi-Hsuan Hsin <mhsin at mhsin.org>
 |
Wednesday, 6 Aug 2008
|
10:48 miwi
Gmm++ is a generic C++ template library for sparse, dense and skyline
matrices. It is built as a set of generic algorithms (mult, add,
copy, sub-matrices, dense and sparse solvers ...) for any interfaced
vector type or matrix type. It can be view as a glue library allowing
cooperation between several vector and matrix types. However, basic
sparse, dense and skyline matrix/vector types are built in Gmm++,
hence it can be used as a standalone linear algebra library.
Interfacing a vector or matrix type means writing "traits" objects
called "linalg_traits", which describe their properties. The library
offers predefined dense, sparse and skyline matrix types.
WWW: http://home.gna.org/getfem/
 |
Friday, 18 Jul 2008
|
13:15 miwi
Readded in math/
A C-coded Python extension module that wraps the GMP library to provide
to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions,
and more.
WWW: http://code.google.com/p/gmpy/
 |
12:36 miwi
igraph is a free software package for creating and manipulating
undirected and directed graphs. It includes implementations for
classic graph theory problems like minimum spanning trees and
network flow, and also implements algorithms for some recent
network analysis methods, like community structure search.
igraph contains functions for generating regular and random graphs,
manipulating graphs, assigning attributes to vertices and edges.
It can calculate various structural properties, includes heuristics
for community structure detection, supports many file formats.
WWW: http://cneurocvs.rmki.kfki.hu/igraph/
PR: ports/125534
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Wednesday, 2 Jul 2008
|
08:07 tobez
Add math/p5-Set-IntSpan-Fast-XS, a faster (written in C) version
of math/p5-Set-IntSpan-Fast.
 |
Monday, 30 Jun 2008
|
20:21 gahr
- Add goblin, repocopied from misc/
 |
Friday, 27 Jun 2008
|
11:40 miwi
MathDOM is a set of Python modules (using PyXML or
lxml, and pyparsing) that import mathematical terms
as a Content MathML DOM. It currently parses MathML
and literal infix terms into a DOM document and writes
out MathML and literal infix/prefix/postfix/Python
terms. The DOM elements are enhanced by domain specific
methods that make using the DOM a little easier.
Implementations based on PyXML and lxml/libxml2 are
available.
WWW: http://pypi.python.org/pypi/mathdom/
PR: ports/124971
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Thursday, 19 Jun 2008
|
01:52 lwhsu
Add stp , a Decision Procedure for Bitvectors and Arrays.
 |
Wednesday, 18 Jun 2008
|
22:52 pav
- Delete expired port math/umfpack: outdated subset of math/sparsesuite
 |
22:38 pav
- Delete expired port math/sc: distfile disappeared
 |
Sunday, 15 Jun 2008
|
21:16 lwhsu
Add py-networkx 0.36, tools for complex network.
PR: ports/124620
Submitted by: dikshie <dikshie AT sfc.wide.ad.jp>
 |
Friday, 11 Apr 2008
|
00:27 maho
The SDPA-GMP (The GMP version of SemiDefinite Programming Algorithm)
is a software package for solving semidefinite program (SDP), intended
for very hard to solve SDPs and SDPs requires ultra high accuracy.
It is based on a Mehrotra-type predictor-corrector infeasible
primal-dual interior-point method. The SDPA-GMP shares the same
features as the SDPA, excpt for calculations will be done
with multiple precision arithmetics via the GMP
(the GNU Multiple Precision Arithmetic Library).
WWW: http://sdpa.indsys.chuo-u.ac.jp/sdpa/index.html
 |
Thursday, 13 Mar 2008
|
12:47 miwi
The TiMBL software package is a fast, decision-tree-based implementation
of k-nearest neighbor classification. The package includes the IB1, IB2,
TRIBL, TRIBL2, and IGTree algorithms, and offers various weighting metrics.
WWW: http://ilk.uvt.nl/timbl/
PR: ports/121661
Submitted by: Yuri Victorovich <yuri at tsoft.com>
 |
Saturday, 9 Feb 2008
|
21:59 arved
Add Eigen a lightweight C++ template library for vector and matrix math
 |
Number of commits found: 1711 (showing only 100 on this page) |