gsl Questions
9
I use gsl.
After I compiled my .cpp file and run it, I faced with below error:
error while loading shared libraries: libgsl.so.0: cannot open shared object file: No such file or directory
I found...
2
Solved
I am starting to test Haskell for linear algebra. Does anyone have any recommendations for the best package for this purpose? Any other good resources for doing basic matrix manipulation with Haske...
Experientialism asked 26/2, 2010 at 16:58
3
Solved
1
Solved
Riemann Zeta function can be defined in the complex plane. Why beside its complications, in C++17, GSL and Boost C++ the argument can be only real(double)?
1
Solved
Why is it that the matrix multiplication with Numpy is much faster than gsl_blas_sgemm from GSL, for instance:
import numpy as np
import time
N = 1000
M = np.zeros(shape=(N, N), dtype=np.float)
...
Dashtikavir asked 15/5, 2021 at 16:37
5
Solved
I have installed MinGW and MSYS on Microsoft Windows (64bit), inside directory C:\MinGW (MSYS directory is C:\MinGW\msys\1.0). I have downloaded the latest GNU Scientific Library (GNU GSL) package ...
Despatch asked 3/5, 2015 at 15:30
4
Solved
How large a system is it reasonable to attempt to do a linear regression on?
Specifically: I have a system with ~300K sample points and ~1200 linear terms. Is this computationally feasible?
U asked 23/12, 2009 at 20:22
2
Solved
Problem
I am trying to call cumulative distribution function of chisq function in GSL from raku.
This is my raku script chisq.raku
#Calling gsl_cdf_chisq-P function in GSL from raku
use NativeCall...
Addictive asked 11/12, 2019 at 17:21
3
My program links to both PETSc and gsl, and both libraries were compiled with icc. Here's the link command:
/usr/local/mpich2/bin/mpicc -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-prag...
Voletta asked 4/6, 2012 at 23:13
7
Solved
I'm trying to install the gsl package for R, which I understand is simply a wrapper around the GSL, under OSX Mavericks. I've tried the obvious:
> install.packages('gsl')
Installing package int...
2
Solved
I would like to remove one column of a gsl_matrix (the i-th column) and then copy its content into another gsl_matrix. This is my code:
#include <stdio.h>
#include <iostream>
#include ...
10
I can succesfully install the gsl library in my home directory, but when I try to install the gsl gem I get a big list of errors that I do not understand. I am wondering if someone could give me so...
1
Solved
I am facing a particularly vexing problem with R package development. My own package, called ggstatsplot (https://github.com/IndrajeetPatil/ggstatsplot), depends on userfriendlyscience, which depen...
2
Solved
I'm writing some code in which I use some of the GNU GSL functions.
And out of pure interest I wonder how these functions have been implemented, therefore I would like to have a look at the source ...
Wernick asked 16/4, 2014 at 15:24
2
I know this question has been asked before, but I don't find a useful solution. The full error is :
Executing: "/home/mint/Documents/test_sensor/cycl_test/top_block.py"
Using Volk machine: avx_64...
1
Solved
The Fourier transform of a gaussian is a gaussian, but for some reason the fast Fourier transform library from GSL (GNU scientific library) doesn't give this at all. I've included the code I've use...
3
Solved
I am using the functions gsl_eigen_nonsymm and/or gsl_eigen_symm from the GSL library to find the eigenvalues of an L x L matrix M[i][j] which is also a function of time t = 1,....,N so i have M[i]...
Trumpet asked 19/4, 2016 at 17:52
3
Solved
I try to use the gsl library in one project, but I can't get the example program from the gsl website run properly. The source code and all commands are taken from the website: https://www.gnu.org/...
3
Solved
I'm working in OSX and I'm attempting to run a make file and when I try I get the following:
ld: library not found for -lgsl
clang: error: linker command failed with exit code 1 (use -v to see inv...
4
Solved
more than a general case, I have a very specific example in mind : in GSL (GNU Scientific Library), the main function type used (in order to perform integration, root finding,...) is gsl_function ,...
2
Solved
I got a problem while installing the GNU Scientific Library (gsl).
I put the package on my desktop, and did "./configure", "make", and "sudo make install", according to the document included. I ch...
Etui asked 11/8, 2011 at 22:56
0
I cross compiled gsl fro android using arm-linux-androideabi. When I dynamically loaded this library in android-studio, it gave me error.
can not locate symbol cblas_sdsdot.
I ran nm command ...
Agathaagathe asked 9/6, 2015 at 9:10
0
1
Solved
I need to write some C code using GSL (GNU Scientific Library), and have never used libraries before.
I am a Physicist, not a computer scientist, and struggle with a lot of the jargon in the GNU do...
3
I'm hoping that the answer to the question in the title is that I'm doing something stupid!
Here is the problem. I want to compute all the eigenvalues and eigenvectors of a real, symmetric matrix....
Pluckless asked 2/8, 2013 at 4:56
1 Next >
© 2022 - 2025 — McMap. All rights reserved.