AdaptiveIntegratorND Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ErrorEvaluator Returns the estimated error for testing whether the algorithm has converged.
(Inherited from IterativeAlgorithm)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IncrementEvaluations() Increments the number of evaluations by one.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
IncrementEvaluations(Int32) Increments the number of evaluations by the specified amount.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
Integrate() Numerically integrates a function of one variable.
(Inherited from NumericalIntegratorND)
Integrate(ParallelOptions) Numerically integrates a function of one variable.
(Inherited from NumericalIntegratorND)
Integrate(Vector<Double>, Vector<Double>) Numerically integrates a function of one variable.
(Inherited from NumericalIntegratorND)
Integrate(Func<Vector<Double>, Double>, Vector<Double>, Vector<Double>) Numerically integrates a function of one variable.
(Inherited from NumericalIntegratorND)
Integrate(Vector<Double>, Vector<Double>, ParallelOptions) Numerically integrates a function of one variable.
(Inherited from NumericalIntegratorND)
Integrate(Func<Vector<Double>, Double>, Vector<Double>, Vector<Double>, ParallelOptions) Numerically integrates a function of one variable.
(Inherited from NumericalIntegratorND)
Iterate Performs one iteration of the algorithm.
(Overrides ManagedIterativeAlgorithm<T, TError, TReport>.Iterate())
Iterated Performs tasks after the iteration is completed, but before the status of the algorithm is finalized.
(Inherited from IterativeAlgorithm)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnConvergence Performs any tasks after the main algorithm has converged.
(Overrides ManagedIterativeAlgorithm<T, TError, TReport>.OnConvergence())
OnFailure Performs any tasks after the main algorithm has failed to converge.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
OnInit Performs initialization before the first iteration.
(Overrides IterativeAlgorithm.OnInit())
ReportFailure(AlgorithmStatus) Reports that the algoritm has failed. No further iterations will be performed.
(Inherited from IterativeAlgorithm)
ReportFailure(T, TError, AlgorithmStatus) Records the results of an algorithm in case it fails.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
ReportResult Records the results of an algorithm.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
ReportSuccess() Reports that the algoritm has succeeded. No further iterations will be performed.
(Inherited from IterativeAlgorithm)
ReportSuccess(T, TError) Records the results of a algorithm that converged successfully.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
ResetEvaluations Resets the number of evaluations to zero.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
Restart Prepares the algorithm to be run again with possibly different inputs.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
Run() Runs the algorithm.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
Run(ParallelOptions) Runs the algorithm using the specified parallelization options.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
SetResult Sets the results of an algorithm's execution.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
TestConvergence Checks whether the algorithm has converged.
(Inherited from IterativeAlgorithm)
ThreadSafeIncrementEvaluations() Increments the number of evaluations by one.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
ThreadSafeIncrementEvaluations(Int32) Increments the number of evaluations by the specified amount.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
ThrowConvergenceException Interprets the AlgorithmStatus and throws the appropriate exception.
(Inherited from ManagedIterativeAlgorithm<T, TError, TReport>)
ToStringReturns a string that represents the current object.
(Inherited from Object)
UpdateCurrentResult Updates the current approximation in a point-wise convergence.
(Inherited from IterativeAlgorithm)
ValueEvaluator Returns the value to compare the estimated error to when testing whether the algorithm has converged.
(Inherited from IterativeAlgorithm)

See Also