Ports Search

Results 241250 of 792 for /math/.(0.002 seconds)
math/asir-20140819 (Score: 0.10508093)
General computer algebra system (Risa/Asir)
The system Risa/Asir is a general computer algebra system. It performs arithmetics in various rings and fields, factorization, and Groebner basis computations. It can call outer modules complient to the OpenXM protocols. The asir user language is like C. The most recent source distribution from Kobe University can be found at http://www.asir.org/ Risa/Asir was originally developed at Fujitsu Research Laboratory. Fujitsu Research Laboratory holds the copyright of Risa/Asir. See the COPYRIGHT file in the source distribution.
math/aspcud-1.9.1 (Score: 0.10508093)
Advanced solver for package dependencies
Aspcud is a solver for package dependencies. A package universe and a request to install, remove, or upgrade packages have to be encoded in the CUDF format. Such a CUDF document can then be passed to aspcud along with an optimization criteria to obtain a solution to the given package problem.
math/asymptote-2.37 (Score: 0.10508093)
Powerful script-based vector graphics language
Asymptote is a powerful script-based vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program: it can therefore exploit the best features of script (command-driven) and graphical user interface (GUI) methods.
math/openfst-1.5.4 (Score: 0.10508093)
Library for working with weighted finite-state transducers (FSTs)
OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition. FSTs have key applications in speech recognition and synthesis, machine translation, optical character recognition, pattern matching, string processing, machine learning, information extraction and retrieval among others. Often a weighted transducer is used to represent a probabilistic model (e.g., an n-gram model, pronunciation model). FSTs can be optimized by determinization and minimization, models can be applied to hypothesis sets (also represented as automata) or cascaded by finite-state composition, and the best results can be selected by shortest-path algorithms.
math/stats-1.0.5 (Score: 0.10508093)
PECL extension which with routines for statistical computation
This ststs extension for PHP provides few dozens routines for statistical computation.
math/php56-5.6.26 (Score: 0.10508093)
The gmp shared extension for php
math/djbfft-0.76 (Score: 0.10508093)
Extremely fast library for floating-point convolution
djbfft is an extremely fast library for floating-point convolution. The current version holds most of the speed records for double-precision FFTs on general-purpose computers. djbfft provides power-of-2 complex FFTs, real FFTs at twice the speed, and fast multiplication of complex arrays. Single precision and double precision are equally supported.
math/biggles-1.6.6 (Score: 0.10508093)
Create publication-quality 2D scientific plots
Biggles is a Python module for creating publication-quality 2D scientific plots. It supports multiple output formats (postscript, x11, png, svg, gif), understands simple TeX, and sports a high-level, elegant interface. It's intended for technical users with sophisticated plotting needs. The goal is to produce the best scriptable plotting program.
math/blacs-1.7 (Score: 0.10508093)
The BLACS (Basic Linear Algebra Communication Subprograms)
The BLACS (Basic Linear Algebra Communication Subprograms) project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented efficiently and uniformly across a large range of distributed memory platforms.
math/blitz++-0.9 (Score: 0.10508093)
C++ class library for scientific computing
Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and matrices.