PHP Class MathPHP\NumericalAnalysis\Interpolation\ClampedCubicSplineTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: markrogoyski/math-php

Public Methods

Method Description
testIncorrectInput ( )
testNotAFunctionException ( )
testNotCoordinatesException ( )
testNotEnoughArraysException ( )
testPolynomialAgrees ( )
testSolveNonzeroError ( )
testSolveZeroError ( )

Method Details

testIncorrectInput() public method

public testIncorrectInput ( )

testNotAFunctionException() public method

testNotCoordinatesException() public method

testNotEnoughArraysException() public method

testPolynomialAgrees() public method

testSolveNonzeroError() public method

testSolveZeroError() public method

public testSolveZeroError ( )