See: Description
| Interface | Description |
|---|---|
| Configuration | |
| ContinuedFractionFunction |
Interface to be implemented by components of continued fraction decompositions
of functions or numbers.
|
| ErfAlgorithm | |
| GammaAlgorithm | |
| GriddedRegion | |
| GriddedRegionListener |
Listener intended for tracking changes in GriddedRegions.
|
| GridElement | |
| GridElementAnnotator |
Standard interface for generators of annotations for GridElements.
|
| GridElementEvent |
Listener intended for tracking changes in a GridElement.
|
| GridElementListener |
Listener intended for tracking changes in a GridElement.
|
| GridElementMapping | |
| GridElementPainter |
Standard interface for paint generators for GridElements.
|
| IncBetaAlgorithm | |
| IncGammaAlgorithm | |
| InvErfAlgorithm | |
| LogGammaAlgorithm | |
| NhoodMapping |
Classes implementing the NhoodMapping interface can be added to the NhoodMap
of a Nhood.
|
| QuadTreeFun |
Interface for functions meant to operate on the data of quadtrees.
|
| Simplex | |
| VertexListener |
Listener intended for tracking changes in GridElement's vertices.
|
| Class | Description |
|---|---|
| AbstractContFracFun | |
| AbstractErfAlgorithm | |
| AbstractGammaAlgorithm |
Gamma function evaluation.
|
| AbstractIncBetaAlgorithm |
Incomplete Beta function.
|
| AbstractIncGammaAlgorithm | |
| AbstractInvErfAlgorithm | |
| AbstractLogGammaAlgorithm |
Gamma function evaluation.
|
| AsymptoticInvErfAlgorithm |
Asymptotic approximation to the Inverse Incomplete Gamma function.
|
| BarChart | |
| BarElement | |
| Binary |
Class for doing various tricks with the binary representations of primitive numbers.
|
| CompositeIncGammaAlgorithm |
Automatically selects one of several available algorithms based on effciency
and the given inputs.
|
| ContFracIncGamma |
Uses the Lentz method with a continued fraction approximation to the incomplete
gamma function.
|
| DoubleContFracFun |
A continued fraction implementation for double precision real numbers.
|
| Erf | |
| ForwardDifferenceMapping | |
| Gamma |
Gamma function evaluation.
|
| Gradient |
Calculates gradients of functions or data using different methods which
the user can select.
|
| GradientGridElementPainter |
A gradient paint generator for GridElements.
|
| GriddedRegionEvent |
Event for changes in GridElement's vertices.
|
| IncBeta | |
| IncGamma | |
| IncGammaContFracFun | |
| IncGammaErfAlgorithm | |
| LabelGridElementAnnotator |
Generates annotation of GridElements based on their "label".
|
| Lentz |
General class for the Lentz algorithm for calculating continued fractions
of the form (using condensed notation)
f(x) = B(0) + [A(1)/B(1)+][A(2)/B(2)+][A(3)/B(3)+]+...
|
| LinearGradientGridElementPainter |
A linear gradient paint generator for GridElements.
|
| LogGamma |
Natural logarithm of the Gamma function evaluation.
|
| MatrixBuilder | |
| Nhood |
Class for producing various neighborhood stencils on N-dimensional matrices using different topologies.
|
| NhoodMap |
Hash of the NhoodMapping's for each non-zero stencil value.
|
| NhoodMapped |
A utility class used to hold the result of a call to a Nhood's MapFrom method.
|
| NhoodMappedValue |
A utility class used to hold the result of a call to a Nhood's MapFrom method.
|
| NhoodSum | |
| NNCalc |
Class for determining nearest neighbors.
|
| NRIncBetaAlgorithm |
Algorithm is based on Numerical Recipies in Fortran p.220-221.
|
| NRLogGammaAlgorithm |
Algorithm is based on Numerical Recipies in Fortran.
|
| PerimeterGridElementMapping | |
| PseudoRandom |
Generates pseudo-random multi-dimensional sequences.
|
| Pulse | |
| Qdecomp |
Qdecomp intends to be a Collection backed by N-dimensional data stored in DblMatrix arrays.
|
| QTreeNode | |
| RadialGradientGridElementPainter |
A radial gradient paint generator for GridElements.
|
| RefSimplex | |
| RootFinderInvErfAlgorithm |
Scalar root finder approximation to the Inverse Incomplete Gamma function.
|
| Sequence |
Class for working with various common numerical sequences.
|
| SeriesIncGamma |
Series approximation to the Incomplete Gamma function.
|
| SeriesInvErfAlgorithm |
Series approximation to the inverse error function.
|
| TextureGridElementPainter |
A gradient paint generator for GridElements.
|
| TothGammaAlgorithm |
Algorithm is based on an approximation presented by Viktor T.
|
| Triangulation |
Manages point set data and their triangulation.
|
| Units |
Class providing methods for conversions among commonly used units.
|
| ValueSimplex | |
| VertexEvent |
Event for changes in GridElement's vertices.
|
| VolumeGridElementMapping | |
| ZeroCross |
| Exception | Description |
|---|---|
| SnifflibUnknownOptionException |
Copyright © 2011, 2013. Daniel P. Dougherty