Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

Splrec_ Struct Reference

Splrec_ : data structure for spline variables. More...

#include <spl.h>

List of all members.

Public Attributes

double* X
double * Y
double * Y2
double * Yin
long N


Detailed Description

Splrec_ : data structure for spline variables.

X[] and Y[] are the dependent and independent variables. Y2[] holds the second derivatives, Yin[] holds the integrals. All four arrays are N long.

Definition at line 33 of file spl.h.


Member Data Documentation

double* Splrec_::X
 

Definition at line 35 of file spl.h.

double * Splrec_::Y
 

Definition at line 35 of file spl.h.

double * Splrec_::Y2
 

Definition at line 35 of file spl.h.

double * Splrec_::Yin
 

Definition at line 35 of file spl.h.

long Splrec_::N
 

Definition at line 36 of file spl.h.


The documentation for this struct was generated from the following file:
Generated at Wed Aug 21 09:33:31 2002 for The Razorback C Library: Statistics by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001