NAME

get_spline_parms - get_spline_parms

SYNOPSIS

#include "m/m_spline.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


int get_spline_parms
(
	int n,
	double *x,
	double *a,
	double *b,
	double *c,
	double *d
);

DESCRIPTION

Algorithm from page 122 of Numerical Analysis by Burden and Faires. "Steps", and variable names are chosen to reflect those in the above reference. The spline is a free spline with second derrivatives at the endpoints set to 0.