Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Reference
    • Extreme.Mathematics Namespace
    • Extreme.Mathematics.Algorithms Namespace
    • Extreme.Mathematics.Calculus Namespace
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations Namespace
    • Extreme.Mathematics.Curves Namespace
    • Extreme.Mathematics.Curves.Nonlinear Namespace
    • Extreme.Mathematics.EquationSolvers Namespace
    • Extreme.Mathematics.Generic Namespace
    • Extreme.Mathematics.Generic.LinearAlgebra Namespace
    • Extreme.Mathematics.Generic.LinearAlgebra.Providers Namespace
    • Extreme.Mathematics.LinearAlgebra Namespace
    • Extreme.Mathematics.LinearAlgebra.Complex Namespace
    • Extreme.Mathematics.LinearAlgebra.IO Namespace
    • Extreme.Mathematics.LinearAlgebra.Providers Namespace
    • Extreme.Mathematics.LinearAlgebra.Sparse Namespace
    • Extreme.Mathematics.Optimization Namespace
    • Extreme.Mathematics.Optimization.LinearProgramming Namespace
    • Extreme.Mathematics.SignalProcessing Namespace
    • Extreme.Mathematics.SpecialFunctions Namespace
    • Extreme.Statistics Namespace
    • Extreme.Statistics.Distributions Namespace
    • Extreme.Statistics.Multivariate Namespace
    • Extreme.Statistics.Random Namespace
    • Extreme.Statistics.Tests Namespace
    • Extreme.Statistics.TimeSeriesAnalysis Namespace
  • Extreme.Mathematics.Calculus Namespace
    • AdaptiveIntegrator Class
    • AdaptiveIntegrator2D Class
    • AdaptiveIntegrator2DRule Enumeration
    • AdaptiveIntegrator3DRule Enumeration
    • AdaptiveIntegratorND Class
    • AdaptiveIntegratorNDRule Enumeration
    • DifferencesDirection Enumeration
    • GaussKronrodIntegrator Class
    • GaussKronrodIntegrator15 Class
    • GaussKronrodIntegrator21 Class
    • GaussKronrodIntegrator31 Class
    • GaussKronrodIntegrator41 Class
    • GaussKronrodIntegrator51 Class
    • GaussKronrodIntegrator61 Class
    • LeftPointIntegrator Class
    • MidpointIntegrator Class
    • NonAdaptiveGaussKronrodIntegrator Class
    • NumericalIntegrator Class
    • NumericalIntegrator2D Class
    • NumericalIntegratorND Class
    • Repeated1DIntegrator2D Class
    • Repeated1DIntegratorDirection Enumeration
    • RightPointIntegrator Class
    • RombergIntegrator Class
    • SimpsonIntegrator Class
    • TrapezoidIntegrator Class
  • RombergIntegrator Class
    • Members
    • RombergIntegrator Constructor
    • Methods
    • Properties
  • Members
Collapse imageExpand ImageCopy imageCopyHover image
            






RombergIntegrator Members

RombergIntegrator Class  Constructors  Methods  Properties  See Also 

The RombergIntegrator type exposes the following members.

Constructors

  NameDescription
Public methodRombergIntegrator
Constructs a new RombergIntegrator object.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntegrateOverloaded.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAbsoluteTolerance
Gets or sets the absolute tolerance used in the convergence test.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyAlgorithmResult
Gets the result of an algorithm after it has executed.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyConvergenceCriterion
Gets or sets a value specifying the criterion that is to be used in the convergence test for the algorithm.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyEstimatedError
Gets a value indicating the size of the absolute error of the result.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyEvaluationsNeeded
Gets the number of evaluations needed to execute the algorithm.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyIntegrand
Gets or sets the function to integrate.
(Inherited from NumericalIntegrator.)
Public propertyIterationResultCode Obsolete.
Gets the AlgorithmStatus following an execution of the algorithm.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyIterationsNeeded
Gets the number of iterations needed by the algorithm to reach the desired accuracy.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyLowerBound
Gets or sets the lower bound of the integration interval.
(Inherited from NumericalIntegrator.)
Public propertyMaxEvaluations
Gets or sets the maximum number of evaluations during the calculation.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyMaxIterations
Gets or sets the maximum number of iterations to use when approximating the roots of the target function.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyOrder
Gets the order of the numerical integrator.
(Overrides NumericalIntegrator..::.Order.)
Public propertyRelativeTolerance
Gets or sets the relative tolerance used in the convergence test.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyResult
Gets the result of an algorithm after it has executed.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyStatus
Gets the AlgorithmStatus following an execution of the algorithm.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyThrowExceptionOnFailure
Gets or sets a value indicating whether to throw an exception when the algorithm fails to converge.
(Inherited from IterativeAlgorithm<(Of <(T>)>).)
Public propertyUpperBound
Gets or sets the upper bound of the integration interval.
(Inherited from NumericalIntegrator.)

See Also

RombergIntegrator Class
Extreme.Mathematics.Calculus Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.