|
From: | Paul van Hoven |
Subject: | [Help-gsl] gsl_cdf_chisq_P does not work? |
Date: | Tue, 06 Jul 2010 17:22:17 +0200 |
User-agent: | Thunderbird 2.0.0.24 (Macintosh/20100228) |
g++ -I./gtest-1.5.0/include -lgsl -g -Wall -Wextra -c ./RandomNumberGenerator.cpp ./RandomNumberGenerator.cpp: In member function ‘double RandomNumberGenerator::chiSquareCDF(double, double)’: ./RandomNumberGenerator.cpp:49: error: ‘gsl_cdf_chisq_P’ was not declared in this scope
make: *** [RandomNumberGenerator.o] Error 1I also use other GSL function e.g. "gsl_ran_poisson_pdf" and they work fine.
Why can't I use "gsl_cdf_chisq_P"? Paul
[Prev in Thread] | Current Thread | [Next in Thread] |