Ports Search

Results 261270 of 792 for /math/.(0.003 seconds)
math/cblas-1.0 (Score: 0.10508093)
Reference implementation of the C interface to the legacy Fortran BLAS
This is a reference implementation of the C interface to the legacy Fortran Basic Linear Algebra Subprograms (BLAS), as described in Annex B of the BLAS Technical Forum (BLAST) Standard.
math/fftw-2.1.5 (Score: 0.10508093)
Fast C routines (Single Percision)
math/chryzodus-0.32 (Score: 0.10508093)
Chryzode (http//www.chryzode.org) explorer
Chryzodus is a cross-platform graphical program drawing beautiful and colorful chryzodes. If you do not know what chryzodes are, take a look at http://www.chryzode.org/. Then you will be able to explore the world of chryzodes by yourself using Chryzodus. But one does not even need to know much about chryzodes to use Chryzodus and see beautiful images appear on the screen!
math/fftw3-3.3.3 (Score: 0.10508093)
Fast Discrete Fourier Transform (Single Precision C Routines)
math/fftw3-3.3.3 (Score: 0.10508093)
Fast Discrete Fourier Transform (Long Double Precision C Routines)
math/fftw3-3.3.3 (Score: 0.10508093)
Fast Discrete Fourier Transform (Quad Precision C Routines)
math/octave-forge-queueing-1.2.4 (Score: 0.10508093)
Octave-forge package queueing
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 queueing. The queueing toolbox provides functions for queueing networks and Markov chains analysis. This package can be used to compute steady-state performance measures for open, closed and mixed networks with single or multiple job classes. Mean Valud Analysis (MVA), convolution and various bounding techniques are implemented. Various transient and steady-state performance measures for Markov chains can als be computed (including state occupancy probabilities, mean time to absorption, time-averaged sojourn times), both for continuous-time and discrete-time chains.
math/clblas-2.10 (Score: 0.10508093)
Software library containing BLAS functions written in OpenCL
clBLAS a software library containing BLAS functions written in OpenCL The primary goal of clBLAS is to make it easier for developers to utilize the inherent performance and power efficiency benefits of heterogeneous computing. clBLAS interfaces do not hide nor wrap OpenCL interfaces, but rather leaves OpenCL state management to the control of the user to allow for maximum performance and flexibility. The clBLAS library does generate and enqueue optimized OpenCL kernels, relieving the user from the task of writing, optimizing and maintaining kernel code themselves.
math/clfft-2.12.0 (Score: 0.10508093)
Software library containing FFT functions written in OpenCL
clFFT a software library containing FFT functions written in OpenCL clFFT is a software library containing FFT functions written in OpenCL. In addition to GPU devices, the libraries also support running on CPU devices to facilitate debugging and heterogeneous programming.
math/cln-1.3.4 (Score: 0.10508093)
Class Library for Numbers
CLN is a library for computations with all kinds of numbers. It has a rich set of number classes: - Integers (with unlimited precision), - Rational numbers, - Floating-point numbers: Short float, Single float, Double float, Long float (with unlimited precision), - Complex numbers, - Modular integers (integers modulo a fixed integer), - Univariate polynomials. The subtypes of the complex numbers among these are exactly the types of numbers known to the Common Lisp language. Therefore CLN can be used for Common Lisp implementations, giving `CLN' another meaning: it becomes an abbreviation of "Common Lisp Numbers".