Numerical Components for .NET
Namespace: Extreme.Mathematics.Calculus Assembly: Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
public abstract class NumericalIntegrator2D : IterativeAlgorithm<double>
Public MustInherit Class NumericalIntegrator2D _ Inherits IterativeAlgorithm(Of Double)
public ref class NumericalIntegrator2D abstract : public IterativeAlgorithm<double>
[<AbstractClassAttribute>] type NumericalIntegrator2D = class inherit IterativeAlgorithm<float> end
NumericalIntegrator2D is the abstractMustInheritabstractabstract (MustInherit in Visual Basic) base class for classes that implement numerical integration algorithms in two dimensions. It cannot be instantiated directly. Instead, use one of the derived classes:
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.