[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ b ] [ d ] [ e ] [ f ] [ g ] [ i ] [ m ] [ n ] [ o ] [ r ] [ s ] [ v ]

b

bisection
in file bisection.php, method Math_Numerical_RootFinding_bisection::bisection()
    Bisection/Binary Chopping/Interval Halving/Bolzano method.
bisection.php
procedural page bisection.php
bisection.php
procedural page bisection.php
Bracketing.php
procedural page Bracketing.php
top

d

d1x
in file newton-raphson2.php, function d1x()
    f'(x) callback function.
d2x
in file newton-raphson2.php, function d2x()
    f''(x) callback function.
top

e

$epsError
in file Open.php, variable Math_Numerical_RootFinding_Open::$epsError
    Epsilon error.
$epsError
in file Bracketing.php, variable Math_Numerical_RootFinding_Bracketing::$epsError
    Epsilon error.
top

f

factory
in file RootFinding.php, method Math_Numerical_RootFinding::factory()
    Create new instance of rootfinding method class.
falseposition
in file falseposition.php, method Math_Numerical_RootFinding_falseposition::falseposition()
    False Position/Regula Falsi method.
fixedpoint
in file fixedpoint.php, method Math_Numerical_RootFinding_fixedpoint::fixedpoint()
    Fixed Point method.
falseposition.php
procedural page falseposition.php
fixedpoint.php
procedural page fixedpoint.php
falseposition.php
procedural page falseposition.php
fixedpoint.php
procedural page fixedpoint.php
top

g

getEpsError
in file Bracketing.php, method Math_Numerical_RootFinding_Bracketing::getEpsError()
    Get epsilon error.
getEpsError
in file Open.php, method Math_Numerical_RootFinding_Open::getEpsError()
    Get epsilon error.
getEqResult
in file RootFinding.php, method Math_Numerical_RootFinding::getEqResult()
    Compute a value using given equation function or object/method.
getIterationCount
in file Open.php, method Math_Numerical_RootFinding_Open::getIterationCount()
    Get iteration count.
getIterationCount
in file Bracketing.php, method Math_Numerical_RootFinding_Bracketing::getIterationCount()
    Get iteration count.
getRoot
in file RootFinding.php, method Math_Numerical_RootFinding::getRoot()
    Get root value.
gx
in file fixedpoint.php, function gx()
    f(x) callback function.
top

i

$iterationCount
in file Bracketing.php, variable Math_Numerical_RootFinding_Bracketing::$iterationCount
    Iteration count.
$iterationCount
in file Open.php, variable Math_Numerical_RootFinding_Open::$iterationCount
    Iteration count.
isDivergentRow
in file Open.php, method Math_Numerical_RootFinding_Open::isDivergentRow()
    Detect for divergent rows.
top

m

Math_Numerical_RootFinding
in file RootFinding.php, method Math_Numerical_RootFinding::Math_Numerical_RootFinding()
    Constructor.
Math_Numerical_RootFinding
in file RootFinding.php, class Math_Numerical_RootFinding
    Math_Numerical_RootFinding base class.
Math_Numerical_RootFinding_bisection
in file bisection.php, class Math_Numerical_RootFinding_bisection
    Bisection method class.
Math_Numerical_RootFinding_bisection
in file bisection.php, method Math_Numerical_RootFinding_bisection::Math_Numerical_RootFinding_bisection()
    Constructor.
Math_Numerical_RootFinding_Bracketing
in file Bracketing.php, class Math_Numerical_RootFinding_Bracketing
    Bracketing method base class.
Math_Numerical_RootFinding_Bracketing
in file Bracketing.php, method Math_Numerical_RootFinding_Bracketing::Math_Numerical_RootFinding_Bracketing()
    Constructor.
Math_Numerical_RootFinding_falseposition
in file falseposition.php, class Math_Numerical_RootFinding_falseposition
    False Position method class.
Math_Numerical_RootFinding_falseposition
in file falseposition.php, method Math_Numerical_RootFinding_falseposition::Math_Numerical_RootFinding_falseposition()
    Constructor.
Math_Numerical_RootFinding_fixedpoint
in file fixedpoint.php, class Math_Numerical_RootFinding_fixedpoint
    Fixed Point method class.
Math_Numerical_RootFinding_fixedpoint
in file fixedpoint.php, method Math_Numerical_RootFinding_fixedpoint::Math_Numerical_RootFinding_fixedpoint()
    Constructor.
Math_Numerical_RootFinding_newtonraphson
in file newtonraphson.php, method Math_Numerical_RootFinding_newtonraphson::Math_Numerical_RootFinding_newtonraphson()
    Constructor.
Math_Numerical_RootFinding_newtonraphson
in file newtonraphson.php, class Math_Numerical_RootFinding_newtonraphson
    Newton-Raphson method class.
Math_Numerical_RootFinding_newtonraphson2
in file newtonraphson2.php, class Math_Numerical_RootFinding_newtonraphson2
    Newton-Raphson 2 method class.
Math_Numerical_RootFinding_newtonraphson2
in file newtonraphson2.php, method Math_Numerical_RootFinding_newtonraphson2::Math_Numerical_RootFinding_newtonraphson2()
    Constructor.
Math_Numerical_RootFinding_Open
in file Open.php, method Math_Numerical_RootFinding_Open::Math_Numerical_RootFinding_Open()
    Constructor.
Math_Numerical_RootFinding_Open
in file Open.php, class Math_Numerical_RootFinding_Open
    Open method base class.
Math_Numerical_RootFinding_ralstonrabinowitz
in file ralstonrabinowitz.php, method Math_Numerical_RootFinding_ralstonrabinowitz::Math_Numerical_RootFinding_ralstonrabinowitz()
    Constructor.
Math_Numerical_RootFinding_ralstonrabinowitz
in file ralstonrabinowitz.php, class Math_Numerical_RootFinding_ralstonrabinowitz
    Ralston and Rabinowitz method class.
Math_Numerical_RootFinding_secant
in file secant.php, method Math_Numerical_RootFinding_secant::Math_Numerical_RootFinding_secant()
    Constructor.
Math_Numerical_RootFinding_secant
in file secant.php, class Math_Numerical_RootFinding_secant
    Secant method class.
top

n

newton-raphson.php
procedural page newton-raphson.php
newton-raphson2.php
procedural page newton-raphson2.php
newtonraphson.php
procedural page newtonraphson.php
newtonraphson2.php
procedural page newtonraphson2.php
newtonraphson
in file newtonraphson.php, method Math_Numerical_RootFinding_newtonraphson::newtonraphson()
    Netwon-Raphson method.
newtonraphson2
in file newtonraphson2.php, method Math_Numerical_RootFinding_newtonraphson2::newtonraphson2()
    Newton-Raphson method for calculate double root (twin root).
top

o

$options
in file Open.php, variable Math_Numerical_RootFinding_Open::$options
    Math_Numerical_RootFinding_open options.
$options
in file Bracketing.php, variable Math_Numerical_RootFinding_Bracketing::$options
    Math_Numerical_RootFinding_bracketing options.
$options
in file RootFinding.php, variable Math_Numerical_RootFinding::$options
    Subclass options.
Open.php
procedural page Open.php
top

r

$root
in file RootFinding.php, variable Math_Numerical_RootFinding::$root
    Root value.
ralston-rabinowitz.php
procedural page ralston-rabinowitz.php
ralstonrabinowitz.php
procedural page ralstonrabinowitz.php
RootFinding.php
procedural page RootFinding.php
ralstonrabinowitz
in file ralstonrabinowitz.php, method Math_Numerical_RootFinding_ralstonrabinowitz::ralstonrabinowitz()
    Ralston and Rabinowitz method for calculate double root (twin root).
top

s

secant.php
procedural page secant.php
secant.php
procedural page secant.php
secant
in file secant.php, method Math_Numerical_RootFinding_secant::secant()
    Secant method.
set
in file RootFinding.php, method Math_Numerical_RootFinding::set()
    Set the option(s).
top

v

validateEqFunction
in file RootFinding.php, method Math_Numerical_RootFinding::validateEqFunction()
    Validate equation function or object/method.
top

Documentation generated on Mon, 11 Mar 2019 13:52:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.