[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] ODE problem
From: |
Anthony & Teri Carver |
Subject: |
[Help-gsl] ODE problem |
Date: |
Fri, 29 Oct 2004 07:54:08 -0500 |
Hello all,
I am trying to use the GSL ODE solvers within a program executable. The
program compiles correctly, but when I run the executable, it doesn't find
gsl_odeiv_step_rkf45. I believe it actually says "undefined symbol"???
>From what I can tell it is erroring in the gsl_odeiv_step_alloc line when
the pointer to gsl_odeiv_step_rkf45 is called.
Any ideas?
Anthony Carver