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.2.0/Math/Numerical/RootFinding/fixedpoint.php

Class Overview

Math_Numerical_RootFinding
   |
   --Math_Numerical_RootFinding_Open
      |
      --Math_Numerical_RootFinding_fixedpoint

Fixed Point method class.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 41]
Fixed Point method class.


[ Top ]


Method Detail

Math_Numerical_RootFinding_fixedpoint (Constructor)   [line 51]

Math_Numerical_RootFinding_fixedpoint Math_Numerical_RootFinding_fixedpoint( [array $options = null])

Constructor.
  • Access: public

Parameters:

array   $options   —  Options.

[ Top ]

fixedpoint   [line 71]

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

Fixed Point method.

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


Parameters:

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

[ Top ]


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