Ports Search

Results 2,9412,950 of 5,161 for /ports-mgmt/.(0.005 seconds)
math/laspack-1.12.2 (Score: 0.006224396)
Package for solving large sparse systems of linear equations
LASPack (version 1.12.2) LASPack is a package for solving large sparse systems of linear equations like those which arise from discretization of partial differential equations. Main features: - The primary aim of LASPack is the implementation of efficient iterative methods for the solution of systems of linear equations. - Beside the obligatory Jacobi, succesive over-relaxation, Chebyshev, and conjugate gradient solvers, LASPack contains selected state-of-the-art algorithms which are commonly used for large sparse systems: - CG-like methods for non-symmetric systems: CGN, GMRES, BiCG, QMR, CGS, and BiCGStab, - multilevel methods such as multigrid and conjugate gradient method preconditioned by multigrid and BPX preconditioners. A complete description of the package (including the installation procedure) you may find in LASPack Reference Manual:
math/libflame-r7421 (Score: 0.006224396)
FLAME dense linear algebra library
libflame contains implementations of many dense linear algebra operations that are provided by the BLAS and LAPACK libraries. (However, not all FLAME implementations support every datatype, and, in many cases, libflame uses a different naming convention for the routines.) The library is a product of the Formal Linear Algebra Methods Environment (FLAME), which encompasses a new notation for expressing algorithms, a methodology for systematic derivation of algorithms, Application Program Interfaces (APIs) for representing the algorithms in code, and tools for mechanical derivation, implementation and analysis of algorithms and implementations.
math/mtrxmath-1.0.2 (Score: 0.006224396)
Small tool for matrix mathematics
Matrix Math is software to quickly and easily compute functions of matrices of any size. It supports addition, subtraction, multiplication, inversion, division, and will support whatever else is necessary.
math/mumps-4.10.0 (Score: 0.006224396)
MUltifrontal Massively Parallel sparse direct Solver
math/nauty-2.4r2 (Score: 0.006224396)
Brendan McKay's graph isomorphism tester
nauty is a program for computing automorphism groups of graphs and digraphs. It can also produce a canonical labelling.
math/libmissing-20130815 (Score: 0.006224396)
Standard math functions missing from the FreeBSD libm
This is a collection of stopgap replacements for standard math functions missing from libm in various supported versions of FreeBSD. The functions are slower than the existing libm functions, but are more accurate than many naive replacements. Exceptions are largely ignored. N. Beebe's extended C version of the ELEFUNT package is used to provide regression tests for some of the real-valued functions.
math/newmat-1.1 (Score: 0.006224396)
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/libocas-0.96 (Score: 0.006224396)
Efficient training of SVM classifiers
libocas implements an Optimized Cutting Plane Algorithm (OCAS) for training linear SVM classifiers from large-scale data. The computational effort of OCAS scales with O(m log m) where m is the sample size. In an extensive empirical evaluation, OCAS significantly outperforms current state-of-the-art SVM solvers. libocas also implements the COFFIN framework for efficient training of translation invariant image classifiers from virtual examples.
math/hoc-9.2 (Score: 0.006224396)
High Order Calculator
Hoc, the High Order Calculator, is an interpreted language for floating-point calculations. Its most basic use is as a powerful and convenient calculator, interactively evaluating expressions such as 1+2*sin(0.7). But hoc is no ordinary calculator: It also lets you assign values to variables, define your own functions, and use loops, conditionals, and everything else you'd expect in a programming language. Hoc was developed by Brian Kernighan and Rob Pike, and introduced in their 1984 book The Unix Programming Environment. This version has been extended and improved by Nadav Y. Har'El.
math/libranlip-1.0 (Score: 0.006224396)
Random variate generator for Lipschitz-continuous densities
libranlip is a C++ library created by G. Beliakov, which generates random variates with arbitrary Lipschitz-continuous densities via the acceptance / rejection method. The density should have a dimension of no more than about five. The user needs to supply the density function using a simple syntax, and then call the methods of construction and generation provided in libranlip.