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

Class: Math_Numerical_RootFinding_FixedPoint

Source Location: /Math_Numerical_RootFinding-1.1.0a2/Math/Numerical/RootFinding/FixedPoint.php

Class Overview

Math_Numerical_RootFinding_Common
   |
   --Math_Numerical_RootFinding_FixedPoint

Fixed Point method class.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • Copyright (c) 2004-2008 Firman Wandayandi

Methods


Inherited Variables

Inherited Methods


Class Details

[line 46]
Fixed Point method class.


[ Top ]


Method Detail

Math_Numerical_RootFinding_FixedPoint (Constructor)   [line 58]

Math_Numerical_RootFinding_FixedPoint Math_Numerical_RootFinding_FixedPoint( [array $options = null])

Constructor.

Parameters:

array   $options   —  (optional) Options.

[ Top ]

compute   [line 106]

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 72]

void infoCompute( )

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

[ Top ]


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