CalcLib Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
BaseAbstract class provides foundation class functions for other CalcLib classes
ChebAbstract class template supports generation of interpolation data of known functions using Chebyshev polynomials
ChebErrClass provides an exception object for the class calc::Cheb
CpxClass template supports mathematics of complex numbers
CubeClass template interpolates tabulated data with cubic splines
DifferClass template generates derivative interpolation data of known functions using Chebyshev polynomials
EndCubeClass template supports end point derivative identification for cubic splines
ErrAbstract class provides a foundation exception object for CalcLib software
IntegrClass template generates integral interpolation data of known functions using Chebyshev polynomials
InterpClass template generates interpolation data of known functions using Chebyshev polynomials
IntgAbstract class template supports calculations of definite integrals for user-supplied functions
IntgErrClass provides an exception object for the class calc::Intg
IntpAbstract class template supports interpolation of tabulated data
IntpErrClass provides an exception object for the class calc::Intp
MtxClass template supports matrix calculations
MtxErrClass provides an exception object for the class calc::Mtx
NCubeClass interpolates multi-dimensional data with cubic splines
NIntpAbstract class template supports interpolation of multi-dimensional tabulated data
NNurbClass template interpolates multi-dimensional data with non-uniform rational Bezier splines (NURBS)
NPolyClass template interpolates multi-dimensional data with polynomials
NurbClass template interpolates tabulated data with non-uniform rational Bezier splines (NURBS)
OdeClass template integrates ordinary differential equations
OdeErrClass provides an exception object for the class calc::Ode
OptIntpClass template optimizes multi-dimensional interpolation tables for class calc::NIntp
PolyClass template interpolates tabulated data with polynomials
PrtCClass template provides stream formatting of defining data for other CalcLib class templates
RombClass template calculates definite integrals of user-supplied functions using the Romberg method of extrapolated error
SimpClass template calculates definite integrals for user-supplied functions using the second-order Simpson rule
TrapClass template calculates definite integrals for user-supplied functions using the first-order trapezoid rule

Generated on Wed Jul 19 09:24:02 2006 for CalcLib by  doxygen 1.4.7