Math::GSL 0.16 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Math::GSL 0.16 (Default branch)
# 1  
Old 12-18-2008
Math::GSL 0.16 (Default branch)

Math::GSL is a Perl API to the GNU Scientific Library, which contains a large set of tools for writing scientific computing applications, like statistical distributions, special functions, random number generators, linear algebra, numeric integration/derivatives, FFTs, wavelets, and much more. License: GNU General Public License (GPL) Changes:
New VectorComplex and MatrixComplex subsystems were implemented. Vector dot products were sped up by 15x. There is now basic arithmetic operator overloading on Vector and Matrix objects. Some build failures relating to Histogram2D were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Math

i have file (my_file.txt) that looks like this: 000000000000010000 000000000000010000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 000000000000005000 all said and one, it should look... (11 Replies)
Discussion started by: lawsongeek
11 Replies

2. BSD

Running gsl on FreeBSD

I have been trying to run GSL (GSL - GNU Scientific Library - GNU Project - Free Software Foundation (FSF)) programs in FreeBSD. The library was installed fisrt via make and later via the ports: cd /usr/ports/math/gsl/ && make install clean pkg_add -r gsl Both installation methods worked, to... (1 Reply)
Discussion started by: figaro
1 Replies

3. Programming

something about <math.h>

Hi, I got an easy problem for you but really difficult for me 'cause I am pretty new to this field I got header file <math.h> included in my .c file , then I write the code as below: k = sqrt(i); /* both variables k and i are int */ then I cc temp.c it says like this undefined... (4 Replies)
Discussion started by: blf0
4 Replies
Login or Register to Ask a Question
GSL(3)							     Library Functions Manual							    GSL(3)

NAME
gsl - GNU Scientific Library SYNOPSIS
#include <gsl/...> DESCRIPTION
The GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in C, and present a modern Applications Programming Interface (API) for C programmers, allowing wrappers to be written for very high level languages. The library covers the following areas, Complex Numbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Combinations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier Transforms Quadrature Random Numbers Quasi-Random Sequences Random Distributions Statistics Histograms N-Tuples Monte Carlo Integration Simulated Annealing Differential Equations Interpolation Numerical Differentiation Chebyshev Approximations Series Acceleration Discrete Hankel Transforms Root-Finding Minimization Least-Squares Fitting Physical Constants IEEE Floating-Point For more information please consult the GSL Reference Manual, which is available as an info file. You can read it online using the shell command info gsl-ref (if the library is installed). Please report any bugs to bug-gsl@gnu.org. GSL Team GNU Scientific Library GSL(3)