aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Rename port: math/fftpack is actually math/biharVolker Stolz2004-11-081-1/+1
| | | | | | | | PR: ports/73403 Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=121117
* Add slave port fftw3-floatMichael Johnson2004-11-071-0/+2
| | | | | | | | | | | Fast C routines (Single Percision) Add slave port fftw3-long Fast C routines (Long Double Percision) Approved by: pav (co mentor) Notes: svn path=/head/; revision=121063
* Add ldoubleMichael Johnson2004-11-071-0/+1
| | | | | | | | | | Library of elementary mathematical functions, probability and elliptic integrals in 80-bit long double precision. Approved by: pav (co mentor) Notes: svn path=/head/; revision=121047
* Add e-0.02718, a tiny expression evaluator.Kirill Ponomarev2004-11-031-0/+1
| | | | | | | | PR: ports/73454 Submitted by: Nicholas Stallard <snowy@netphile.de> Notes: svn path=/head/; revision=120706
* Add coq, a formal proof management system: a proof done with Coq isPav Lucistnik2004-10-161-0/+1
| | | | | | | | | | | | | | | | mechanically checked by the machine. In particular, Coq allows: * the definition of functions or predicates, * to state mathematical theorems and software specifications, * to develop interactively formal proofs of these theorems, * to check these proofs by a small certification "kernel". PR: ports/72718 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Notes: svn path=/head/; revision=119551
* add qgfe 1.0Ying-Chieh Liao2004-08-301-0/+1
| | | | | | | Gnuplot Front End Notes: svn path=/head/; revision=117652
* add qwtplot3d 0.2.4 betaYing-Chieh Liao2004-08-301-0/+1
| | | | | | | A 3D plotting widget for scientific data and mathematical expressions Notes: svn path=/head/; revision=117647
* Add qalculate, a multi-purpose desktop calculator for GNU/Linux (heh).Pav Lucistnik2004-08-291-0/+1
| | | | | | | | | | | | | It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a user-friendly interface. PR: ports/68979 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=117583
* Add convertall, a unit converter that can combine the units any way you want.Pav Lucistnik2004-08-291-0/+1
| | | | | | | | | | | | If you want to convert from inches per decade, that's fine. Or from meter-pounds. Or from cubic nautical miles. The units don't have to make sense to anyone else. PR: ports/71081 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=117581
* Add New port lapack95Maho Nakata2004-08-291-0/+1
| | | | | | | | | | | | | | | LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library. It improves upon the original user-interface to the LAPACK package, taking advantage of the considerable simplifications which Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays, optional arguments, and generic interfaces. The Fortran 95 interface has been implemented by writing Fortran 95 ``wrappers'' to call existing routines from the LAPACK package. This interface can persist unchanged even if the underlying Fortran 77 LAPACK code is rewritten to take advantage of the new features of Fortran 95. Notes: svn path=/head/; revision=117551
* As previously announced, remove these broken/insecure/obsolete ports.Kris Kennaway2004-08-161-1/+0
| | | | Notes: svn path=/head/; revision=116348
* Add orpie 1.3.1, a fullscreen RPN calculator for the console.Thierry Thomas2004-08-091-0/+1
| | | | | | | | PR: 70054 Submitted by: Dylan Simon Notes: svn path=/head/; revision=115770
* re-add py-matplotlib 0.60.2Ying-Chieh Liao2004-08-041-0/+1
| | | | | | | A plotting library uses a syntax familiar to matlab users Notes: svn path=/head/; revision=115380
* Add math/p5-Bit-Vector-Minimal, a minimalistic variant ofAnton Berezin2004-07-281-0/+1
| | | | | | | math/p5-Bit-Vector. Notes: svn path=/head/; revision=114937
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114147
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114143
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114044
* Add a new shared extension for PHP.Alex Dupre2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114041
* Add p5-Geo-Distance 0.06, calculate Distances and Closest Locations.Lars Thegler2004-07-111-0/+1
| | | | | | | | | PR: 68902 Submitted by: Rod Taylor <ports@rbt.ca> Approved by: erwin (implicit) Notes: svn path=/head/; revision=113427
* Remove libgmp-freebsd, superseded by libgmp4.Alexander Leidinger2004-07-021-1/+0
| | | | Notes: svn path=/head/; revision=112781
* Add ruby-fftw3, Ruby bindins for fftw3 library.Pav Lucistnik2004-06-261-0/+1
| | | | | | | | PR: ports/68310 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> Notes: svn path=/head/; revision=112344
* Add mbasecalc, a Programmer's Calculator.Pav Lucistnik2004-06-161-0/+1
| | | | | | | | | | | | basecalc came with Xlib Programming Manual from O'Reilly as an example of X lib programming. mbasecalc is an immitation of basecalc which is available on different platforms. PR: ports/67993 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> Notes: svn path=/head/; revision=111633
* A graph manipulation library for Objective Caml.Joseph Koshy2004-05-281-0/+1
| | | | Notes: svn path=/head/; revision=110162
* Add jags, Just Another Gibbs Sampler. A program for Bayesian analysis ofPav Lucistnik2004-05-271-0/+1
| | | | | | | | | | graphical models via Gibbs sampling, not wholy unlike classic BUGS. PR: ports/66648 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> Notes: svn path=/head/; revision=110135
* Add libRmath 1.9.0, the standalone math library from R.Kirill Ponomarev2004-05-151-0/+1
| | | | | | | | PR: ports/66644 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> Notes: svn path=/head/; revision=109219
* add lambda 0.1.4Ying-Chieh Liao2004-05-141-0/+1
| | | | | | | A lambda calculus interpreter Notes: svn path=/head/; revision=109095
* Add math/octave-forge, adding many features such as sparce matrix treatment,Maho Nakata2004-05-071-0/+1
| | | | | | | | fast fourier transformation, Statistics, Optimizations and more to math/octave. Notes: svn path=/head/; revision=108647
* math/R-project port was renamed to math/RPav Lucistnik2004-04-301-1/+1
| | | | | | | | | PR: ports/65809 Submitted by: pav Repocopy by: marcus Notes: svn path=/head/; revision=108006
* Add qhull 1.0, qhull computes convex hulls, Delaunay triangulationsThierry Thomas2004-04-281-0/+1
| | | | | | | | | | | | and halfspaces. Remark: submitter time-out -> maintainership assigned to ports@. PR: 63693 Submitted by: pusto@web.de Notes: svn path=/head/; revision=107890
* - Rename math/R-letter to math/R-project.Pav Lucistnik2004-04-191-2/+1
| | | | | | | | | | | | | | - Remove math/R-a4 slave port. A4 format is now default. If you need letter or other paper formats, define PAPERSIZE when building the port. Note that renaming to math/R was declined by marcus (portmgr) because we're not sure if single-letter port name break something. Requested by: maintainer Repocopy by: marcus Notes: svn path=/head/; revision=107634
* Resurrect ruby-gsl and update to 0.3.9.Akinori MUSHA2004-04-181-0/+1
| | | | Notes: svn path=/head/; revision=107472
* After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computingPav Lucistnik2004-04-181-0/+1
| | | | | | | | | | Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x PR: ports/65559 Submitted by: michael johnson <ahze@ahze.net> Notes: svn path=/head/; revision=107412
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-021-0/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* The SDPARA (SemiDefinite Programming Algorithm PARAllel version)Maho Nakata2004-03-181-0/+1
| | | | | | | | | is a parallel version of the SDPA (math/sdpa). solving SDPs in parallel with the help of MPI (Message Passing Interface) and ScaLAPACK (Scalable LAPACK). Notes: svn path=/head/; revision=104439
* Add ruby-numru_units, a Ruby class to handle units of physical quantitiesPav Lucistnik2004-03-141-0/+1
| | | | | | | | | | like 'hPa' -> '100 kg.m-1.sec-1' etc.. PR: ports/64247 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> Notes: svn path=/head/; revision=103996
* Add ruby-numru_misc, a collection of miscellaneous functions and classesPav Lucistnik2004-03-141-0/+1
| | | | | | | | | | | to facilitate programming. Misc requires NArray, a multi-dimensional numeric array class for ruby. PR: ports/64246 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> Notes: svn path=/head/; revision=103994
* revive PDL and upgrade it to 2.4.1Ying-Chieh Liao2004-03-121-0/+1
| | | | Notes: svn path=/head/; revision=103726
* libmath++ is a template based math library, written in C++, for symbolicJohn Baldwin2004-03-101-0/+1
| | | | | | | | | | | and numeric calculus applications. WWW: http://www.surakware.net/projects/libmath++/index.xml Reviewed by: ports@ Notes: svn path=/head/; revision=103546
* Add ruby-narray_miss, an additional class of ruby with conduct processingPav Lucistnik2004-02-271-0/+1
| | | | | | | | | | of missing value to NArray which is a numeric multi-dimensional array class. PR: ports/62870 Submitted by: Shin'ya Murakami <murashin@edamame.summing.com> Notes: svn path=/head/; revision=102312
* Add a port of ndiff:Greg Lewis2004-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ndiff is a utility for comparing putatively similar files, ignoring small numeric differences. The utility is written by Nelson H. F. Beebe and covered by the GNU General Public License (GPL), version 2. It may be built with arbitrary precision support (more powerful) or using built-in floating point precision, see Makefile. Assessing the consistency of a numerical program run in multiple environments (operating systems, architectures, or compilers) can be a difficult task for a human, as small differences in numerical output values are expected. File differencing utilites, such as diff(1), will generally produce voluminous output, often longer than the original files. ndiff solves this problem. Taking two two text files expected to be identical, or at least numerically similar, it allows to specify absolute and/or relative error tolerances for differences between numerical values in the two files, and then reports only the lines with values exceeding those tolerances. It also tells by how much they differ. A simple example: % ndiff --relative-error 1.0e-3 test019.txt.1 test019.txt.2 ### Maximum relative error in matching lines = 8.64e-51 at line 129 field 4 WWW: http://www.math.utah.edu/~beebe/software/ndiff/ I've cleaned up the submitted version a little. PR: 62221 Submitted by: Stefan A. Deutscher <sad@mailaps.org> Notes: svn path=/head/; revision=101356
* Remove the broken ruby-gsl portKris Kennaway2004-02-021-1/+0
| | | | Notes: svn path=/head/; revision=99794
* Remove math/simpack.Mark Linimon2004-01-191-1/+0
| | | | Notes: svn path=/head/; revision=98522
* Add math/koctave, a KDE GUI for the math/octave package. It containsMark Linimon2004-01-061-0/+2
| | | | | | | | | | | | | | | | | an editor with syntax highlighning and a help browser; you can work almost the same way as in Matlab (c) , i.e. use the editor and execute your code from there with (F5) or press run. One difference is the command window; it is meant for "quick commands" and not a history as in Matlab you can add commands to the list in settings. (Note to submitter: it is not necessary to remove all the directories in pkg-plist that are installed by any standard X-related port). PR: ports/55143 Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=97428
* NEW port: math/taucsEdwin Groothuis2004-01-031-0/+1
| | | | | | | | | | | TAUCS is a C library of sparse linear solvers. It's very fast and it works well with low memory configurations. PR: ports/55196 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=97207
* Add p5-Statistics-Contingency 0.06,Vanilla I. Shu2004-01-031-0/+1
| | | | | | | | | | | calculate precision, recall, F1, accuracy, etc. PR: 60726 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=97202
* Add nsc2ke, a Finite-Volume Galerkin program computing 2D and axisymmetricPav Lucistnik2004-01-031-0/+1
| | | | | | | | | | flows on unstructured meshes. PR: ports/60836 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=97150
* Add emc2 2.15,Kirill Ponomarev2004-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Emc2 is a portable, interactive and graphic software Edition of two dimensional geometry and mesh. We can create and modify the geometry (CAD), define the discretization on the lines, define the subdomains, and define some reference numbers to take into account the boundary conditions and material properties. The elements of the mesh are triangles and quadrilaterals. We have two kind of meshes: grid mesh and Delaunay Voronoo (automatic mesh). We make the edition of the mesh by moving, removing, adding vertices, by regularization, or by transformations (symmetry, rotation,..), etc. Suggested add-on: the port math/bamg. WWW: http://www-rocq1.inria.fr/gamma/cdrom/www/emc2/eng.htm PR: 60835 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=97124
* Add bamg 0.68, bidimensional Anisotrope Mesh Generator.Kirill Ponomarev2004-01-021-0/+1
| | | | | | | | | | http://www-rocq1.inria.fr/gamma/cdrom/www/bamg/eng.htm PR: 60837 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=97121
* Add p5-AI-DecisionTree 0.08, perl module for Automatically LearningKirill Ponomarev2003-12-281-0/+1
| | | | | | | | | | Decision Trees. PR: 60628 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=96718
* - Update to 4.3.0Pav Lucistnik2003-12-261-0/+6
| | | | | | | | | | | Rework this port and split it into logically independent parts Give maintainership to submitter PR: ports/57858 Submitted by: Mykola Khotyaintsev <ko@irfu.se> Notes: svn path=/head/; revision=96642