Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

LUT.cpp File Reference

#include <SimData/LUT.h>
#include <sstream>

Compounds

class  Curvature
 A helper class for storing second-derivatives. More...

class  Curvature< 0, X >
 Stub to prevent zero-dimensional Curvatures. More...

class  Curvature< 1, X >
 Partial specialization of Curvature for one-dimension. More...


Functions

template<typename X> void cspline (std::vector< X > const &x, std::vector< X > const &y, std::vector< X > &out)
 Second derivative calculation for natural cubic spline.


Variables

NAMESPACE_SIMDATA template
class 
LUT< 1, float >
template class LUT< 2, float >
template class LUT< 3, float >

Function Documentation

template<typename X>
void cspline std::vector< X > const &    x,
std::vector< X > const &    y,
std::vector< X > &    out
 

Second derivative calculation for natural cubic spline.

Adapted from the GNU Scientific Library Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 Gerard Jungman


Variable Documentation

NAMESPACE_SIMDATA template class LUT< 1, float >
 

template class LUT< 2, float >
 

template class LUT< 3, float >
 


SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage.

Generated on Tue Oct 14 12:06:40 2003, using Doxygen 1.2.18.

[SF.net]