diff options
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/projects.h b/src/projects.h index 6ed75648..7cdbe2a9 100644 --- a/src/projects.h +++ b/src/projects.h @@ -373,9 +373,6 @@ typedef struct { /* Chebyshev or Power series structure */ int power; /* != 0 if power series, else Chebyshev */ } Tseries; Tseries *mk_cheby(projUV, projUV, double, projUV *, projUV (*)(projUV), int, int, int); -projUV bpseval(projUV, Tseries *); -projUV bcheval(projUV, Tseries *); -projUV biveval(projUV, Tseries *); void *vector1(int, int); void **vector2(int, int, int); void freev2(void **v, int nrows); |
