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

Class: Math_Numerical_RootFinding_NewtonRaphson

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

Class Overview

Math_Numerical_RootFinding_Common
   |
   --Math_Numerical_RootFinding_NewtonRaphson

Newton-Raphson method class.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2004-2008 Firman Wandayandi

Methods


Inherited Variables

Inherited Methods


Class Details

[line 46]
Newton-Raphson method class.


[ Top ]


Method Detail

Math_Numerical_RootFinding_NewtonRaphson (Constructor)   [line 59]

Math_Numerical_RootFinding_NewtonRaphson Math_Numerical_RootFinding_NewtonRaphson( [array $options = null])

Constructor.

Parameters:

array   $options   —  (optional) Options.

[ Top ]

compute   [line 112]

float|PEAR_Error compute( callback $fxFunction, callback $dfxFunction, float $xR)

Netwon-Raphson method.

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

Parameters:

callback   $fxFunction   —  Callback f(x) equation function or object/method tuple.
callback   $dfxFunction   —  Callback f'(x) equation function or object/method tuple.
float   $xR   —  Initial guess.

[ Top ]

infoCompute   [line 73]

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.