Ports Search

Results 16,74116,750 of 17,660 for descr%3A%22spam filter%22.(0.126 seconds)
math/givaro-3.8.0 (Score: 8.118464E-5)
C++ library for computer algebra
Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities: prime fields, extension fields, finite fields, finite rings, polynomials, algebraic numbers, arbitrary precision integers and rationals (via C++ wrappers over gmp). It also provides data structures and templated classes for the manipulation of basic algebraic objects, such as vectors, matrices (dense, sparse, and structured), univariate polynomials, and recursive multivariate polynomials.
math/igraph-0.7.1 (Score: 8.118464E-5)
Package For Manipulating Undirected And Directed Graphs
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.
math/jts-1.14 (Score: 8.118464E-5)
JTS Topology Suite
The JTS Topology Suite is an API of 2D spatial predicates and functions. It has the following design goals: * JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium * JTS provides a complete, consistent, robust implementation of fundamental 2D spatial algorithms * JTS is fast enough for production use * JTS is written in 100% pure Java(TM) * JTS is open source (under the LGPL license)
math/lambda-0.1.4 (Score: 8.118464E-5)
Lambda calculus interpreter
Lambda is a lambda calculus interpreter. It also will convert lambda expression into the combinators S, K, and I. Current features: * Load predefined lambda expression * Many definitions provided: numbers Y fact map iszero list 1st 2nd 3rd ADD MUL EXP list suc pred . . . * Automatic number definitions. * Interpret lambda expressions. * Single step interpretation. * Normal or application order reductions. * Variable extraction (Conversion to S K I) * List definitions. * Some lambda calculus theory.
math/qd-2.3.7 (Score: 8.118464E-5)
Double-Double and Quad-Double Arithmetic
A Double-Double and Quad-Double Arithmetic library. Double-double and quad-double numbers are unevaluated sum of two and four IEEE doubles capable of representing 106 and 212 bits of significand, respectively. The library is written in C++, taking full advantage of operator overloading. C, Fortran 77, and Fortran 90 interfaces are also provided. This work was done at Lawrence Berkeley National Laboratory, NERSC Division, Yozo Hida with Xiaoye S. Li and David H. Bailey.
math/lll_spect-1.0 (Score: 8.118464E-5)
LLL-spectral test of linear congruential random number generators
This software calculates a normalized version of the classical spectral test for linear congruential pseudorandom number generators (LCGs), where the shortest vector is replaced by an approximation obtained with the Lenstra-Lenstra-Lovasz basis reduction algorithm, which can be calculated in polynomial time. The code is able to test in up to 24 dimensions, and includes an example of how to use the test to search for good LCG parameters.
math/mumps-4.10.0 (Score: 8.118464E-5)
MUltifrontal Massively Parallel sparse direct Solver
MUMPS is a Distributed Multifrontal Solver (F90, MPI based) with Dynamic Distributed Scheduling to accomodate both numerical fill-in and multi-user environment. - Solution of large linear systems with symmetric positive definite matrices; general symmetric matrices; general unsymmetric matrices. - Version for complex arithmetic. - Parallel factorization and solve phases (uniprocessor version also available). - Iterative refinement and backward error analysis. - Various matrix input formats: assembled format; distributed assembled format; elemental format. - Partial factorization and Schur complement matrix. - Several orderings interfaced : AMD, AMF, PORD, METIS
math/octave-forge-dicom-0.1.1 (Score: 8.118464E-5)
Octave-forge package dicom
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 dicom. Digital communications in medicine (DICOM) file io. Depends on Grassroots DICOM (GDCM). This package is not available in repos for all distros. Contributors: Judd Storrs, Kris Thielemans.
math/octave-forge-fits-1.0.5 (Score: 8.118464E-5)
Octave-forge package fits
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 fits. The Octave-FITS package provides functions for reading, and writing FITS (Flexible Image Transport System) files. The package supports uses the libcfitsio library.
math/octave-forge-gnuplot-1.0.1 (Score: 8.118464E-5)
Octave-forge package gnuplot
The octave-forge package is the result of The GNU Octave Repository 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 gnuplot. Scripts to save data in gnuplot-readable formats, specify gnuplot commands that will be used to produce graphics, and call gnuplot. See help g_ez quickly produce the most common plots.