Top "Gsl" questions

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

ld: library not found for -lgsl

I'm working in OSX and I'm attempting to run a make file and when I try I get the following: …

macos path gsl
error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory

I use gsl. After I compiled my .cpp file and run it, I faced with below error: error while loading …

c++ gsl
How to CORRECTLY install gsl library in Linux?

I got a problem while installing the GNU Scientific Library (gsl). I put the package on my desktop, and did "./…

c linux installation gsl
Using GNU Scientific Library (GSL) under Windows x64 with MinGW

I have installed MinGW and MSYS on Microsoft Windows (64bit), inside directory C:\MinGW (MSYS directory is C:\MinGW\msys\1.0). …

windows mingw linker-errors gsl
Linking GSL to C via make

Umpteenth linking question. I am trying to build some simple C code that calls the GNU scientific library. However, the …

c makefile gsl
installing R gsl package on Mac

I'm trying to install the gsl package for R, which I understand is simply a wrapper around the GSL, under …

r macos gsl
What is the BigO of linear regression?

How large a system is it reasonable to attempt to do a linear regression on? Specifically: I have a system …

big-o linear-regression blas gsl
Matrix multiplication in GSL-GNU

Kindly tell me the function of matrix multiplication in GSL library. I have searched a lot but I am not …

c++ c matrix matrix-multiplication gsl
Xcode 4.3.3 can't find any header files

Up until now I've managed to get Xcode to link to the Gnu Scientific Libraries (GSL) which I've installed under /…

xcode header-files gsl
Using GSL on Windows (compiling, linking, ect). A Step by Step Guide

I need to write some C code using GSL (GNU Scientific Library), and have never used libraries before. I am …

c windows gcc linker gsl