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

Class: Math_Numerical_RootFinding_bisection

Source Location: /Math_Numerical_RootFinding-0.2.0/Math/Numerical/RootFinding/bisection.php

Class Overview

Math_Numerical_RootFinding
   |
   --Math_Numerical_RootFinding_Bracketing
      |
      --Math_Numerical_RootFinding_bisection

Bisection method class.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 41]
Bisection method class.


[ Top ]


Method Detail

Math_Numerical_RootFinding_bisection (Constructor)   [line 51]

Math_Numerical_RootFinding_bisection Math_Numerical_RootFinding_bisection( [array $options = null])

Constructor.
  • Access: public

Parameters:

array   $options   —  Options.

[ Top ]

bisection   [line 70]

float|PEAR_Error bisection( callback $fxFunction, float $xL, float $xU)

Bisection/Binary Chopping/Interval Halving/Bolzano method.

Parameters:

callback   $fxFunction   —  Callback f(x) equation function or object/method tuple.
float   $xL   —  Lower guest.
float   $xU   —  Upper guest.

[ Top ]


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