Ports Search

Results 15,42115,430 of 17,660 for descr%3A%22spam filter%22.(0.017 seconds)
math/Math-Cephes-0.5305 (Score: 9.2782444E-5)
Perl interface to the cephes math library
This module provides an interface to over 150 functions of the cephes math library of Stephen Moshier. No functions are exported by default, but rather must be imported explicitly, as in use Math::Cephes qw(sin cos); There are a number of export tags defined which allow importing groups of functions.
math/Math-GSL-0.36 (Score: 9.2782444E-5)
Perl interface to GNU Scientific Library
This is a very resticted perl interface to GNU Scientific Library. The GSL is itself distributed under GPL and is available from: Only the routines relating the solving of polynomials are exported. It exists to provide that function to "tkscope" in Audio::Data.
math/Math-Spline-0.02 (Score: 9.2782444E-5)
Cubic Spline Interpolation of data
This package provides cubic spline interpolation of numeric data. The data is passed as references to two arrays containing the x and y ordinates. It may be used as an exporter of the numerical functions or, more easily as a class module.
math/Math-SymbolicX-Inline-1.11 (Score: 9.2782444E-5)
Inlined Math::Symbolic functions
This module is an extension to the Math::Symbolic module. A basic familiarity with that module is required. Math::SymbolicX::Inline allows easy creation of Perl functions from symbolic expressions in the context of Math::Symbolic. That means you can define arbitrary Math::Symbolic trees (including derivatives) and let this module compile them to package subroutines.
math/bitvector-3.4.4 (Score: 9.2782444E-5)
Pure-Python memory-efficient packed representation for bit arrays
The BitVector class for a memory-efficient packed representation of bit arrays and for logical operations on such arrays. The core idea used in this Python script for bin packing is based on an internet posting by Josiah Carlson to the Pyrex mailing list.
math/qhull-2012.1 (Score: 9.2782444E-5)
Qhull computes convex hulls, Delaunay triangulations, and halfspaces
Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approximations to the convex hull.
math/qhull-1.0 (Score: 9.2782444E-5)
Qhull computes convex hulls, Delaunay triangulations, and halfspaces
Qhull computes convex hulls, Delaunay triangulations, halfspace intersections about a point, Voronoi diagrams, furthest-site Delaunay triangulations, and furthest-site Voronoi diagrams. It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm for computing the convex hull. Qhull handles roundoff errors from floating point arithmetic. It computes volumes, surface areas, and approximations to the convex hull.
math/gnuplot-1.8 (Score: 9.2782444E-5)
Python interface to gnuplot plotting program
Gnuplot.py is a Python package that interfaces to gnuplot, the popular plotting program. It allows you to use gnuplot from within Python to plot arrays of data from memory, data files, or mathematical functions. If you use Python to perform computations or as `glue' for numerical programs, you can use this package to plot data on the fly as they are computed. And the combination with Python makes it is easy to automate things, including to create crude `animations' by plotting different datasets one after another. Commands are communicated to gnuplot through a pipe and data either through the same pipe (as "inline" data) or through temporary files. It has been written and tested on a Unix computer. This package has an object-oriented design that allows the user flexibility to set plot options and to run multiple gnuplot sessions simultaneously. If you are more ambitious, it is not difficult to add entirely new types of plottable items by deriving from the `PlotItem' class. For a demonstration, run the python file by typing `python demo.py'.
math/igraph-0.7.0 (Score: 9.2782444E-5)
High performance graph data structures and algorithms
This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around.
math/pandas-0.18.1 (Score: 9.2782444E-5)
Flexible, high-performance data analysis in Python
pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.