#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
Defines |
#define | MemError1(a) do { fprintf( stderr, "MEMORY ERROR %d\n" a "\n", __LINE__ ); exit( __LINE__ ); } while ( 0 ) |
Functions |
int | dspline (double *x, double *y, int n, int if1, double cond1, int ifn, double condn, double *y2) |
int | main (int argc, char *argv[]) |
Variables |
const char | header [] = "*/" |
Define Documentation
#define MemError1 |
( |
|
a |
) |
do { fprintf( stderr, "MEMORY ERROR %d\n" a "\n", __LINE__ ); exit( __LINE__ ); } while ( 0 ) |
Function Documentation
int dspline |
( |
double * |
x, |
|
|
double * |
y, |
|
|
int |
n, |
|
|
int |
if1, |
|
|
double |
cond1, |
|
|
int |
ifn, |
|
|
double |
condn, |
|
|
double * |
y2 | |
|
) |
| | |
int main |
( |
int |
argc, |
|
|
char * |
argv[] | |
|
) |
| | |
Variable Documentation