Ports Search

Results 5,2115,220 of 5,827 for /net-mgmt/.(0.006 seconds)
math/libproj4-3.20081120 (Score: 0.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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.0052506765)
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).
math/sfft-0.1.0 (Score: 0.0052506765)
Optimized Sparse Fast Fourier Transform
sfft is a library to compute discrete Fourier transforms of signals with a sparse frequency domain, using an algorithm that is more efficient than other known FFT algorithms. It was developed by Haitham Hassanieh, Piotr Indyk, Dina Katabi, and Eric Price at the Computer Science and Artifical Intelligence Lab at MIT. Performance optimizations were developed by J. Schumacher at the Computer Science Department of ETH Zurich in 2013.
math/sound-of-sorting-0.6.5 (Score: 0.0052506765)
Visualization and "Audibilization" of Sorting Algorithms
This program demonstrates the working principles of some 20 sorting algorithms and is very easy to use. Select the algorithm, the speed of the visualisation and whether you want to get sound output (that reflects the values being moved and is characteristic for each kind of algorithm).