Math_Numerical_RootFinding
[
class tree: Math_Numerical_RootFinding
] [
index: Math_Numerical_RootFinding
] [
all elements
]
Packages:
Math_Numerical_RootFinding
Classes:
Methods
Math_Numerical_RootFinding_Bisection
Math_Numerical_RootFinding_Common
Math_Numerical_RootFinding_Falseposition
Math_Numerical_RootFinding_Fixedpoint
Math_Numerical_RootFinding_Newtonraphson
Math_Numerical_RootFinding_Newtonraphson2
Math_Numerical_RootFinding_Ralstonrabinowitz
Math_Numerical_RootFinding_Secant
Math_Numerical_RootFinding
Files:
RootFinding.php
subpackage
Examples
Bisection.php
FalsePosition.php
FixedPoint.php
Newton-Raphson.php
Newton-Raphson2.php
Ralston-Rabinowitz.php
Secant.php
subpackage
Methods
Bisection.php
Common.php
Falseposition.php
Fixedpoint.php
Newtonraphson.php
Newtonraphson2.php
Ralstonrabinowitz.php
Secant.php
File: Fixedpoint.php
Source Location: /Math_Numerical_RootFinding-0.3.0/Math/Numerical/RootFinding/Fixedpoint.php
Classes:
Math_Numerical_RootFinding_Fixedpoint
Fixed Point method class.
Page Details:
Driver file contains Math_Numerical_RootFinding_Bisection class to provide Fixed Point method root finding calculation.
Author:
Firman Wandayandi <
firman@php.net
>
License:
BSD License
Includes:
require_once('Math/Numerical/RootFinding/Common.php') [line 63]
Load Math_Numerical_RootFinding_Common as base class.
Documentation generated on Mon, 11 Mar 2019 14:15:24 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.