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.3.0/Math/Numerical/RootFinding/Bisection.php

Class Overview

Math_Numerical_RootFinding_Common
   |
   --Math_Numerical_RootFinding_Bisection

Bisection/Binary Chopping/Interval Halving/Bolzano method class.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 75]
Bisection/Binary Chopping/Interval Halving/Bolzano method class.


[ Top ]


Method Detail

Math_Numerical_RootFinding_Bisection (Constructor)   [line 87]

Math_Numerical_RootFinding_Bisection Math_Numerical_RootFinding_Bisection( [array $options = null])

PHP4 compatible constructor.
  • Access: public

Parameters:

array   $options   —  Options.

[ Top ]

compute   [line 135]

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

Bisection/Binary Chopping/Interval Halving/Bolzano method.

Overrides Math_Numerical_RootFinding_Common::compute() (Compute the root.)

Parameters:

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

[ Top ]

infoCompute   [line 100]

void infoCompute( )

Print out parameters description for compute() function.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:15:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.