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
  • VectorConvergenceTest Class
    • Members
    • Constructors
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




VectorConvergenceTest Class

Members  See Also 
Represents a convergence test based on the size of a vector.

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 class VectorConvergenceTest : SimpleConvergenceTest
Visual Basic (Declaration)
Public Class VectorConvergenceTest _
	Inherits SimpleConvergenceTest
Visual C++
public ref class VectorConvergenceTest : public SimpleConvergenceTest
F#
type VectorConvergenceTest =  
    class
        inherit SimpleConvergenceTest
    end

Remarks

Use the VectorConvergenceTest class to represent a convergence test based on the size of a vector.

The Norm property specifies which norm is to be used when calculating the size of the vector. It is of type VectorConvergenceNorm. The ErrorMeasure property specifies how the error is to be calculated. It is of type VectorConvergenceErrorMeasure. A value of VectorConvergenceErrorMeasure.Norm indicates that the norm of the vector is used as the measure. A value of VectorConvergenceErrorMeasure.Componentwise indicates that the error of each component is calculated separately, and the norm of the vector of all error components is used.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics.Algorithms..::.ConvergenceTest
    Extreme.Mathematics.Algorithms..::.SimpleConvergenceTest
      Extreme.Mathematics.Algorithms..::.VectorConvergenceTest

See Also

VectorConvergenceTest 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.