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(1)							      General Commands Manual							    GSL(1)

NAME
gsl-config - script to get version number and compiler flags of the installed GSL library SYNOPSIS
gsl-config [--prefix] [--version] [--libs] [--libs-without-cblas] [--cflags] DESCRIPTION
gsl-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use GSL. It is also used internally to the .m4 macros for GNU autoconf that are included with GSL. OPTIONS
gsl-config accepts the following options: --version Print the currently installed version of GSL on the standard output. --libs Print the linker flags that are necessary to link a GSL program, with cblas --libs-without-cblas Print the linker flags that are necessary to link a GSL program, without cblas --cflags Print the compiler flags that are necessary to compile a GSL program. --prefix Show the GSL installation prefix. SEE ALSO
gtk-config(1), gnome-config(1) COPYRIGHT
Copyright (C) 2001 Christopher R. Gabriel Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. 22 May 2001 GSL(1)