A C D E F G H I J L M N O P Q R S T U V W Z

G

GaussHermite - Class in de.torstennahm.integrate.quadratureformula
Generates the Gauss-Hermite quadrature formula.
GaussHermite() - Constructor for class de.torstennahm.integrate.quadratureformula.GaussHermite
Constructs the generator for the Gaussian distribution with sigma equal to sqrt(2).
GaussHermite(double) - Constructor for class de.torstennahm.integrate.quadratureformula.GaussHermite
Constructs the generator for the Gaussian distribution with the specified sigma.
GaussianWrapper - Class in de.torstennahm.integrate.quadratureformula
This generator takes an underlying quadrature formula generator for the uniform distribution on the interval [0,1], producing a generator for the Gaussian normal distribution.
GaussianWrapper(Generator) - Constructor for class de.torstennahm.integrate.quadratureformula.GaussianWrapper
Creates the InverseGaussianGenerator.
GaussLegendre - Class in de.torstennahm.integrate.quadratureformula
This class generates the weights for the Gauss-Legendre quadrature formula.
GaussLegendre() - Constructor for class de.torstennahm.integrate.quadratureformula.GaussLegendre
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.AbstractCachedGenerator
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.ClenshawCurtis
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.DeltaGenerator
Returns the quadrature formula representing the difference between quadrature formula produced by the underlying generator for the specified level and the specified level minus 1.
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.GaussHermite
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.GaussianWrapper
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.GaussLegendre
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.OpenTrapezoidal
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.Patterson
 
generateByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.Trapezoidal
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.AbstractCachedGenerator
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.ClenshawCurtis
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.DeltaGenerator
This method is not supported, as delta integration only makes sense between successive levels of quadrature formulas.
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.GaussHermite
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.GaussianWrapper
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.GaussLegendre
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.OpenTrapezoidal
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.Patterson
 
generateByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.Trapezoidal
 
Generator - Interface in de.torstennahm.integrate.quadratureformula
This class generates quadrature formulas for given levels of integration.
GEOMETRIC - Static variable in class de.torstennahm.integrate.sparse.EstimateIntegrator
Averaging mode for forward error estimation.
get(int) - Method in class de.torstennahm.integrate.sparse.index.FastIndex
 
get(int) - Method in interface de.torstennahm.integrate.sparse.index.Index
Returns the value for the specified entry.
get(int) - Method in class de.torstennahm.integrate.sparse.index.StackedIndex
 
get(int) - Method in interface de.torstennahm.integrate.sparse.index.WeightedIndexGenerator.WeightFunction
 
getByLevel(int) - Method in class de.torstennahm.integrate.quadratureformula.AbstractCachedGenerator
 
getByLevel(int) - Method in interface de.torstennahm.integrate.quadratureformula.Generator
This routine is similar to getByLevel, but here the argument is only an abstract measure of the number of node-and-weight-pairs returned.
getByNodes(int) - Method in class de.torstennahm.integrate.quadratureformula.AbstractCachedGenerator
 
getByNodes(int) - Method in interface de.torstennahm.integrate.quadratureformula.Generator
Returns a set of node-and-weight pairs in an QuadratureFormula object.
getConditionString() - Method in interface de.torstennahm.integrate.StopCondition
Returns a string describing the fulfillment of the condition.
getConditionString() - Method in class de.torstennahm.integrate.StopConditions.MultiStopCondition
 
getConditionString() - Method in class de.torstennahm.integrate.StopConditions.UntilAbsTol
 
getConditionString() - Method in class de.torstennahm.integrate.StopConditions.UntilCallsReached
 
getConditionString() - Method in class de.torstennahm.integrate.StopConditions.UntilRelTol
 
getConditionString() - Method in class de.torstennahm.integrate.StopConditions.UntilTimeOut
 
getEstimate() - Method in class de.torstennahm.integrate.error.ConvergenceEstimator
 
getEstimate() - Method in interface de.torstennahm.integrate.error.ErrorEstimator
Returns the estimate of the integration error based on the log.
getEstimate() - Method in class de.torstennahm.integrate.error.FastConvergenceEstimator
 
getEstimate() - Method in class de.torstennahm.integrate.error.IterativeConvergenceEstimator
 
getEstimate() - Method in class de.torstennahm.integrate.error.RandomWalkEstimator
 
getEstimate() - Method in class de.torstennahm.integrate.error.RoundingErrorEstimator
 
getEstimate() - Method in class de.torstennahm.integrate.error.SimpleEstimator
 
getNode(int) - Method in class de.torstennahm.integrate.quadratureformula.QuadratureFormula
Returns the node of the specified (node, weight) pair.
getNodesArray() - Method in class de.torstennahm.integrate.quadratureformula.QuadratureFormula
Returns the nodes as an array.
getRatings(long) - Method in class de.torstennahm.integrate.sparse.visualize.ContributionVisualizer
 
getSize() - Method in class de.torstennahm.integrate.quadratureformula.QuadratureFormula
Returns number of (node, weight) pairs of the formula.
getSlope() - Method in class de.torstennahm.integrate.error.FastConvergenceEstimator
 
getSlope() - Method in class de.torstennahm.integrate.error.IterativeConvergenceEstimator
 
getStopper() - Method in class de.torstennahm.integrate.StopConditions.MultiStopCondition
Returns which condition has caused the stop method to return true.
getWeight(int) - Method in class de.torstennahm.integrate.quadratureformula.QuadratureFormula
Returns the weight of the specified (node, weight) pair.
getWeightsArray() - Method in class de.torstennahm.integrate.quadratureformula.QuadratureFormula
Returns the weights as an array.
GridContributionWorker - Class in de.torstennahm.integrate.sparse.visualize
 
GridContributionWorker(GridContributionPanel) - Constructor for class de.torstennahm.integrate.sparse.visualize.GridContributionWorker
 
GridStatusPanel - Class in de.torstennahm.integrate.sparse.visualize
 
GridVisualizer - Class in de.torstennahm.integrate.sparse.visualize
 
GridVisualizer(JFrame) - Constructor for class de.torstennahm.integrate.sparse.visualize.GridVisualizer
 

A C D E F G H I J L M N O P Q R S T U V W Z