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

Class: Math_Numerical_RootFinding_Fixedpoint

Source Location: /Math_Numerical_RootFinding-0.3.0/Math/Numerical/RootFinding/Fixedpoint.php

Class Overview

Math_Numerical_RootFinding_Common
   |
   --Math_Numerical_RootFinding_Fixedpoint

Fixed Point method class.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 74]
Fixed Point method class.


[ Top ]


Method Detail

Math_Numerical_RootFinding_Fixedpoint (Constructor)   [line 86]

Math_Numerical_RootFinding_Fixedpoint Math_Numerical_RootFinding_Fixedpoint( [array $options = null])

PHP4 compatible constructor.
  • Access: public

Parameters:

array   $options   —  (optional) Options.

[ Top ]

compute   [line 133]

float|PEAR_Error compute( callback $gxFunction, float $xR)

Fixed Point method.

This method using g(x) (the modification of f(x), which g(x) = x).


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

Parameters:

callback   $gxFunction   —  Callback g(x) equation function or object/method tuple.
float   $xR   —  Initial guess.

[ Top ]

infoCompute   [line 99]

void infoCompute( )

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

[ Top ]


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