Main Page   Data Structures   File List   Data Fields   Globals  

spline.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>

Go to the source code of this file.

Defines

#define PI   3.1415926535897935

Functions

void ** MATRIX (int nrows, int ncols, int first_row, int first_col, int element_size)
void errorAction (int N, double *Y, float *ZF)
void SPLINE (int N, float *Z, float *ZF, float ZSP, float ZPV)


Define Documentation

#define PI   3.1415926535897935
 

Definition at line 17 of file spline.c.

Referenced by SPLINE.


Function Documentation

void errorAction int    N,
double *    Y,
float *    ZF
 

Definition at line 57 of file spline.c.

Referenced by SPLINE.

void** MATRIX int    nrows,
int    ncols,
int    first_row,
int    first_col,
int    element_size
 

Definition at line 26 of file spline.c.

References malloc.

void SPLINE int    N,
float *    Z,
float *    ZF,
float    ZSP,
float    ZPV
 

Definition at line 90 of file spline.c.

References errorAction, malloc, MATRIX, and PI.


Generated on Wed Apr 9 08:56:22 2003 for TREES by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002