Ports Search

Results 5,2015,210 of 5,824 for /net/.(0.005 seconds)
math/stats-1.0.5 (Score: 0.014903333)
PECL extension which with routines for statistical computation
This ststs extension for PHP provides few dozens routines for statistical computation.
math/newmat-1.1 (Score: 0.014903333)
C++ matrix library
The package is intended for scientists and engineers who need to manipulate a variety of types of matrices using standard matrix operations. Emphasis is on the kind of operations needed in statistical calculations such as least squares, linear equation solve and eigenvalues.
math/libproj4-3.20081120 (Score: 0.014903333)
C language procedures related to cartographic processes
The general purpose of this library is to provide C language procedures related to cartographic processes. Procedures for each of the processes will be strictly categorized and although they may share common subfunctions they will not intersect in scope.
math/msieve-1.51 (Score: 0.014903333)
Fast factorization of big integers using MPQS and GNFS
Msieve is a library and utility for factoring large integers using the most powerful modern algorithms. It features a stable and very fast implementation of a self-initializing multiple polynomial quadratic sieve (MPQS), plus a somewhat experimental general number field sieve (GNFS) implementation. Primary design goals are speed, portability and ease of use. Msieve claims to be the fastest implementation for factoring general inputs between 40 and 100 decimal digits, but can handle larger input as well.
math/ocaml-gsl-1.15.1 (Score: 0.014903333)
Interface to GSL for the Objective Caml language
ocamlgsl is an interface to GSL (GNU scientific library), for the Objective Caml langage.
math/Math_BigInteger-1.0.3 (Score: 0.014903333)
Pure-PHP arbitrary precision integer arithmetic library
Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise.
math/Math_Combinatorics-1.0.0 (Score: 0.014903333)
Package that produces combinations and permutations
A package that returns all the combinations and permutations, without repitition, of a given set and subset size. Associative arrays are preserved.
math/reed-solomon-4.0 (Score: 0.014903333)
Reed-Solomon CODEC library
This is a port of Phil Karn's Reed-Solomon CODEC library. This package may be useful to programmers working on data communications software.
math/simd-viterbi-2.0.3 (Score: 0.014903333)
Fast Viterbi CODEC library
This is a port of Phil Karn's SIMD assisted Viterbi CODEC library. This package may be useful to programmers working on data communications software.
math/symeig-1.5 (Score: 0.014903333)
Symmetrical eigenvalue routines for NumPy
The symeig module contains a Python wrapper for the LAPACK functions to solve the standard and generalized eigenvalue problems for symmetric (hermitian) positive definite matrices. Those specialized algorithms give an important speed-up with respect to the generic LAPACK eigenvalue problem solver used by NumPy (linalg.eig and linalg.eigh).