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
  • Documentation
  • Reference
  • Extreme.Mathematics.Algorithms Namespace
  • IterativeAlgorithm Class
    • Members
    • IterativeAlgorithm Constructor
    • Fields
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




IterativeAlgorithm Class

Members  See Also 
Acts as an abstract base class for classes that implement an iterative algorithm.

Namespace:  Extreme.Mathematics.Algorithms
Assembly:  Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)

Syntax

C#
public abstract class IterativeAlgorithm : IterativeAlgorithm<Object>
Visual Basic (Declaration)
Public MustInherit Class IterativeAlgorithm _
	Inherits IterativeAlgorithm(Of Object)
Visual C++
public ref class IterativeAlgorithm abstract : public IterativeAlgorithm<Object^>
F#
[<AbstractClassAttribute>]
type IterativeAlgorithm =  
    class
        inherit IterativeAlgorithm<Object>
    end

Remarks

This class is primarily used to support iterative algorithms within the library. It defines properties and methods that are shared by all iterative algorithm implementations.

It is likely that the implementation details of iterative algorithms will change in the future. Some interface changes may also be required.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.Algorithms..::.IterativeAlgorithm<(Of <(<'Object>)>)>
    Extreme.Mathematics.Algorithms..::.IterativeAlgorithm

See Also

IterativeAlgorithm Members
Extreme.Mathematics.Algorithms 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.