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.EquationSolvers Namespace
    • BisectionSolver Class
    • DekkerBrentSolver Class
    • DoglegSystemSolver Class
    • EquationSolver Class
    • EquationSystemSolver Class
    • NewtonRaphsonSolver Class
    • NewtonRaphsonSystemSolver Class
    • RegulaFalsiSolver Class
    • RootBracketingSolver Class
Collapse imageExpand ImageCopy imageCopyHover image
       




Extreme.Mathematics.EquationSolvers Namespace

The Extreme.Mathematics.EquationSolvers namespace contains classes that solve nonlinear equations and systems of nonlinear equations.

Classes

  ClassDescription
Public classBisectionSolver
Represents a EquationSolver that uses the bisection algorithm.
Public classDekkerBrentSolver
Represents a root finder that uses Dekker and Brent's algorithm.
Public classDoglegSystemSolver
Represents an algorithm that solves a system of nonlinear equations using Powell's dogleg method.
Public classEquationSolver
Serves as an abstract base class for root finders.
Public classEquationSystemSolver
Serves as an abstract base class for classes that solve systems of non-linear equations.
Public classNewtonRaphsonSolver
Represents a root finder based on the Newton-Raphson algorithm.
Public classNewtonRaphsonSystemSolver
Represents a root finder based on the Newton-Raphson algorithm.
Public classRegulaFalsiSolver
Represents a root finder that uses the regula falsi or false position algorithm.
Public classRootBracketingSolver
Represents the abstract base class for root finders for real functions of one variable that use root bracketing.

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.