| Class | Description |
|---|---|
| BezierPanel |
The BezierPanel used for collecting input data
required to execute the Bezier approximation.
|
| BisectionPanel |
The BisectionPanel used for collecting input data
required to execute the Bisection approximation.
|
| ClampedCubicSplinePanel |
The ClampedCubicSplinePanel used for collecting input
data required to execute the ClampedCubicSpline
approximation.
|
| CramerPanel |
The CramerPanel is used for collecting input data
required to execute the Cramer's Rule approximation.
|
| CubicSplinePanel |
The CubicSplinePanel used for collecting input data
required to execute the CubicSpline approximation.
|
| FivePointPanel1 |
The FivePointPanel1 used for collecting input data required to
execute the FivePoint approximation by points.
|
| FivePointPanel2 |
The FivePointPanel2 used for collecting input data required to execute the
FivePoint approximation by evaluation.
|
| FixedPointPanel |
The FixedPointPanel used for collecting input data
required to execcute the FixedPoint approximation.
|
| FuturePanel |
The FuturePanel used for a placeholder for future
approximation panels.
|
| GaussEliminationPanel |
The GuassEliminationPanel is used for collecting input data
required to execute the Guassian Elimination approximation.
|
| GaussianDoubleQuadPanel |
The GaussianDoubleQuadPanel is used for collecting input
data required to execute the Gaussian Double Quadrature
approximation.
|
| GaussianQuadPanel |
The GaussianQuadPanel used for collecting input data
required to execute the Gaussian approximation from the
Legendre table.
|
| GaussianQuadPanel2 |
The GaussianQuadPanel2 used for collecting input data
required to execute the short fixed table form of the
gaussian approximation.
|
| GaussianTripleQuadPanel |
The GaussianTripleQuadPanel is used for collecting input
data required to execute the Gaussian Triple Quadrature
approximation.
|
| HermitePanel |
The HermitePanel is used for collecting input data
required to execute the Hermite polynomial approximation.
|
| LagrangePanel |
The LagrangePanel used for collecting input data
required to execute the Lagrange approximation.
|
| LDLPanel |
The LDLPanel is used for collecting input data
required to execute the LDLDecomposition approximation.
|
| LinearSystemsPanel |
The LinearSystemsPanel used for collecting input data
required to execute several of the Linear System
approximations.
|
| LLPanel |
The LLPanel is used for collecting input data
required to execute the LL Decomposition approximation.
|
| LUPanel |
The LUPanel is used for collecting input data
required to execute the LUDecomposition approximation.
|
| MatrixPanel |
The MatrixPanel used for collecting input data
required to execute the Matrix Operations routines.
|
| MullerPanel |
The MullerPanel used for collecting input data
required to execcute Muller's approximation.
|
| NewtonDivDiffPanel |
The NewtonDivDiffPanel used for collecting input data
required to execute the Newton Divided Difference
approximation.
|
| NewtonHornerPanel |
The NewtonHornerPanel used for collecting input data
required to execcute the NewtonHorner approximation.
|
| NewtonRaphsonPanel |
The NewtonRaphsonPanel used for collecting input data
required to execcute the NewtonRaphson approximation.
|
| RombergQuad2Panel |
The RombergQuad2Panel used for collecting input data
required to execute the Adaptive Romberg integration
approximation.
|
| RombergQuadPanel |
The RombergQuadPanel used for collecting input data
required to execute the composite Romberg integration
approximation.
|
| SecantPanel |
The SecantPanel used for collecting input data
required to execcute the Secant approximation.
|
| SecondDerivativePanel |
The SecondderivativePanel used for collecting input data
required to execute the Second Derivative Panel approximation.
|
| SimpsonDoubleQuadPanel |
The SimpsonDoubleQuadPanel is used for collecting input
data required to execute the Composite Simpson Double
Quadrature approximation.
|
| SimpsonQuad2Panel |
The SimpsonQuad2Panel used for collecting input data
required to execute the Simpson Adaptive Quadrature
approximation.
|
| SimpsonQuadPanel |
The SimpsonQuadPanel used for collecting input data
required to execute the Composite Simpson Quadrature
approximation.
|
| ThreePointPanel1 |
The ThreePointPanel1 used for collecting input data
required to execute the ThreePoint approximation by
points.
|
| ThreePointPanel2 |
The ThreePointPanel2 used for collecting input data
required to execute the ThreePoint approximation
by evaluation.
|