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

File: RootFinding.php

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

Classes:

Math_Numerical_RootFinding
Math_Numerical_RootFinding base class.

Page Details:

File contains Math_Numerical_RootFinding base class.

PHP versions 4 and 5

LICENSE: Copyright (c) 2008 Firman Wandayandi <firman@php.net>

This source file is subject to the BSD License license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://www.opensource.org/licenses/bsd-license.php If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to pear-dev@list.php.net so we can send you a copy immediately.

Includes:

require_once('PEAR.php') [line 30]
PEAR

array $GLOBALS['_Math_Numerical_RootFinding_drivers'] [line 39]

Method driver aliases in order to create the prety file names, also for insensitive-case of method name calls.
Default value:   array(
    'bisection'         => 'Bisection',
    'falseposition'     => 'FalsePosition',
    'fixedpoint'        => 'FixedPoint',
    'newtonraphson'     => 'NewtonRaphson',
    'newtonraphson2'    => 'NewtonRaphson2',
    'ralstonrabinowitz' => 'RalstonRabinowitz',
    'secant'            => 'Secant'
)


[ Top ]



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