Hi,
I've got this function (I didn't write it):
void polyinterp2(float x1a[], float x2a[], float **ya, int m, int n, float x1,
float x2, float *y, float *dy)
and I know that I'm supposed to supply a [1..n][1..m] array to the variable ya.
How do I do that? I don't know what ** means...
If you can, please give an example where I can see the declarations and the function call. I'll be greatfull and you'll get a star if it works
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
I've got this function (I didn't write it):
void polyinterp2(float x1a[], float x2a[], float **ya, int m, int n, float x1,
float x2, float *y, float *dy)
and I know that I'm supposed to supply a [1..n][1..m] array to the variable ya.
How do I do that? I don't know what ** means...
If you can, please give an example where I can see the declarations and the function call. I'll be greatfull and you'll get a star if it works
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'