PHP MathPHP\NumericalAnalysis\RootFinding Пространство имен

Классы

Имя Описание
BisectionMethod Bisection's Method (also known as the Binary-search method)
BisectionMethodTest
FixedPointIteration Fixed Point Iteration
FixedPointIterationTest
NewtonsMethod Newton's Method (also known as the Newton–Raphson method)
NewtonsMethodTest
SecantMethod Secant Method (also known as the Newton–Raphson method)
SecantMethodTest

Traits

Имя Описание
Validation Common validation methods for root finding techniques