Top "Gsl" questions

The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.

How to build GSL with msvc2010?

I'm working with Qt 4.8.3 and QtCreator, which I've compiled with msvc2010 as per the instructions here. Now however I need …

visual-studio qt visual-c++ shared-libraries gsl
Problems installing gsl gem

I can succesfully install the gsl library in my home directory, but when I try to install the gsl gem …

ruby gem gsl
g++ unable to link libgsl

I try to use the gsl library in one project, but I can't get the example program from the gsl …

c++ linker gsl
How to implement a left matrix division on C++ using gsl

I am trying to port a MATLAB program to C++. And I want to implement a left matrix division between …

c++ math matlab linear-algebra gsl
GSL/BLAS: Multiply a matrix with an inverse matrix

I'm using the GNU GSL to do some matrix calculations. I'm trying to multiply a matrix B with the inverse …

math matrix linear-algebra gsl
In C++, how to compute the mean of a vector of integers using a vector view and gsl_stats_mean?

my program manipulates STL vectors of integers but, from time to time, I need to calculate a few statistics on …

c++ vector gsl