| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
fastest matrix solver available for FreeBSD. It requires a F90 compiler
so it's built with gfortran, however care was taken to ensure it will
work with g77 while a the default compiler is changed.
PR: ports/98107
Submitted by: Pedro Giffuni <giffunip (at) asme.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The jsMath package provides a method of including mathematics in HTML pages
that works across multiple browsers under Windows, Macintosh OS X, Linux and
other flavors of unix. jsMath uses native fonts, so they resize when you
change the size of the text in your browser, they print at the full resolution
of your printer, and you don't have to wait for dozens of images to be
downloaded in order to see the mathematics in a web page. There are also
advantages for web-page authors, as there is no need to preprocess your
web pages to generate any images, and the mathematics is entered in TeX form,
so it is easy to create and maintain your web pages.
Although it works best with the TeX fonts installed, jsMath will fall back
on a collection of image-based fonts (which can still be scaled or printed
at high resolution) or unicode fonts when the TeX fonts are not available.
Author: Davide P. Cervone <dvpc@union.edu>
WWW: http://www.math.union.edu/~dpvc/jsMath/
PR: ports/93864 (based on)
Submitted by: Nicola Vitale <nivit@email.it>
Approved by: krion (mentor)
|
|
|
|
|
|
| |
random.org.
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
functions.
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
offset polygons.
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
gpc library
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: mnag (mentor)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
sequences
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
numeric errors
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
scientific rounding
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
Math::Symbolic trees
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
simplification routines
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
Math::Symbolic trees
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
output
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
simplification
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
distributions for Math::Symbolic objects
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
Gaussian Error Propagation
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
Math::Symbolic parser
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
Math::Symbolic parser
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
extensions
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
trees to C
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
| |
Math::Symbolic expressions
Approved by: tobez (implicit)
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
| |
PR: 96110
Submitted by: Nicola Vitale <nivit@email.it>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
decomposed into tasks which are assigned to different processors. Efficient use
of the machine requires that each processor have about the same amount of work
to do and that the quantity of interprocessor communication is kept small.
Finding an optimal decomposition is provably hard, but due to its practical
importance, a great deal of effort has been devoted to developing heuristics
for this problem.
The decomposition problem can be addressed in terms of graph partitioning. Rob
Leland and I have developed a variety of algorithms for graph partitioning and
implemented them into a package we call Chaco. The code is being used at most
of the major parallel computing centers around the world to simplify the
development of parallel applications, and to ensure that high performance is
obtained. Chaco has contributed to a wide variety of computational studies
including investigation of the molecular structure of liquid crystals,
evaluating the design of a chemical vapor deposition reactor and modeling
automobile collisions.
WWW: http://www.cs.sandia.gov/~bahendr/chaco.html
Note: this port includes a patch provided by Walter Landry for use within MBDyn
PR: ports/96699
Submitted by: Pedro Giffuni <giffunip (at) asme.org>
|
|
|
|
|
|
|
| |
R-project.
RKWard tries to combine the power of the R-language with the (relative) ease of
use of commercial statistics tools.
|
|
|
|
|
|
| |
These libraries, as most Elmer packages, are built with a F90 compiler.
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
|
|
|
|
|
|
| |
package.
Among other small changes, Elmer calls umfpack routines from f90 using
umf4_f77wrapper.c from umfpacks demo directory. The elmer-umfpack build
compiles this and includes it in the libumfpack.a.
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
| |
Forgotten by: johans
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CGAL is a collaborative effort of several sites in Europe and Israel. The goal
is to make the most important of the solutions and methods developed in
computational geometry available to users in industry and academia in a C++
library. The goal is to provide easy access to useful, reliable geometric
algorithms.
The CGAL library contains:
* the Kernel with geometric primitives such as points, vectors, lines,
predicates for testing things such as relative positions of points, and
operations such as intersections and distance calculation.
* the Basic Library which is a collection of standard data structures and
geometric algorithms, such as convex hull in 2D/3D, (Delaunay)
triangulation in 2D/3D, planar map, polyhedron, smallest enclosing
circle, and multidimensional query structures.
* the Support Library which offers interfaces to other packages, e.g., for
visualisation, and I/O, and other support facilities.
WWW: http://www.cgal.org/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'd like to reintroduce VTK 4.3 to the ports tree to
facilitate building a new port, Caret 5.3. Starting with
VTK 4.4, support for "float" coordinates has been dropped
from many functions. The Caret code will require significant
changes to compile with VTK 4.4. Since the Caret developers
do not yet have a timeline for upgrading to VTK 4.4, I'd
like to reintroduce VTK 4.3 for the interim. Only the vtk
base and vtk-headers are essential. Below are shar files
for these two trees. They are based on the original vtk
4.3 port. The only modifications are:
1. The folder names are changed from vtk and vtk-headers
to vtk43 and vtk43-headers to prevent a collision with the
current vtk in /usr/ports/math.
2. PREFIX is set to ${LOCALBASE}/vtk43 to prevent a collision
with the current vtk installation.
PR: ports/92468
Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
|
|
|
|
|
| |
2006-03-31 mail/glacier
2006-03-31 math/xwpl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by using Mathematical equations. It's also a "Modeler" for POV-Ray in the
area of parametric surfaces.
Features :
* 3D, 4D, 5D and 6D HyperObjects visualization.
* Full support of all functions (like C language).
* Support of mouse event in the drawing area (Left:Rotate, Right:scale
and Midle:translate).
* Animation an Morph effect.
* Povscript and Mesh file generation(and Run if povray is installed).
VRML2 and OBJ files also supported.
* More than 100 well known examples.
|
|
|
|
| |
Approved by: tobez (implicit)
|
|
|
|
|
|
|
| |
intersection point of straight lines as defined by either function, vector, or points.
Submitted by: aaron
Approved by: tobez (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
It is based on transforming an expression into a bytecode and precalculating
constant parts of it.
Author: Ingo Berg <ingo_berg@gmx.de>
WWW: http://muparser.sourceforge.net/
PR: ports/93379
Submitted by: Nicola Vitale <nivit@email.it>
|
|
|
|
|
|
| |
PR: 92497
Submitted by: /me
Repocopied by: marcus
|
|
|
|
|
| |
PR: ports/91604
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
| |
Submitted by: Andy Fawcett <andy@athame.co.uk>
|
|
|
|
| |
(libgmp)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PLMan, or Propositional LogicMan, is a user-friendly and powerful
propositional logic (sometimes called sentential logic or
propositional calculus) sentence shell/interpreter written
in Java, capable of handling many existing propositional
systems of propositional logic, especially the important
ones.
Author: Takayuki Hoshi <hoshi103@chapman.edu>
WWW: http://plman.sourceforge.net/
PR: ports/90277
Submitted by: Nicola Vitale <nivit@email.it>
|
|
|
|
| |
common matrix operations.
|