PHP Class MathPHP\LinearAlgebra\MatrixFactorTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: markrogoyski/math-php

Méthodes publiques

Méthode Description
dataProviderForDiagonalMatrix ( )
dataProviderForEye ( )
dataProviderForEyeExceptions ( )
dataProviderForFunctionMatrix ( )
dataProviderForFunctionSquareMatrix ( )
dataProviderForIdentity ( )
dataProviderForMatrix ( )
dataProviderForOne ( )
dataProviderForSquareMatrix ( )
dataProviderForVandermondeMatrix ( )
dataProviderForVandermondeSquareMatrix ( )
dataProviderForZero ( )
testCheckParamsExceptionEmptyArray ( )
testCreateDiagonalMatrix ( array $A )
testCreateFunctionMatrix ( array $A )
testCreateFunctionSquareMatrix ( array $A )
testCreateMatrix ( array $A )
testCreateSquareMatrix ( array $A )
testCreateVandermondeMatrix ( array $A, $n )
testCreateVandermondeSquareMatrix ( array $A, $n )
testEye ( integer $m, integer $n, integer $k, integer $x, array $R )
testEyeExceptions ( integer $m, integer $n, integer $k, integer $x )
testIdentity ( integer $n, $x, array $R )
testIdentityExceptionNLessThanZero ( )
testMatrixUnknownTypeException ( )
testOne ( $m, $n, array $R )
testOneExceptionRowsLessThanOne ( )
testZero ( $m, $n, array $R )
testZeroExceptionRowsLessThanOne ( )

Method Details

dataProviderForDiagonalMatrix() public méthode

dataProviderForEye() public méthode

public dataProviderForEye ( )

dataProviderForEyeExceptions() public méthode

dataProviderForFunctionMatrix() public méthode

dataProviderForFunctionSquareMatrix() public méthode

dataProviderForIdentity() public méthode

dataProviderForMatrix() public méthode

dataProviderForOne() public méthode

public dataProviderForOne ( )

dataProviderForSquareMatrix() public méthode

dataProviderForVandermondeMatrix() public méthode

dataProviderForVandermondeSquareMatrix() public méthode

dataProviderForZero() public méthode

public dataProviderForZero ( )

testCheckParamsExceptionEmptyArray() public méthode

testCreateDiagonalMatrix() public méthode

testCreateFunctionMatrix() public méthode

testCreateFunctionSquareMatrix() public méthode

testCreateMatrix() public méthode

public testCreateMatrix ( array $A )
$A array

testCreateSquareMatrix() public méthode

testCreateVandermondeMatrix() public méthode

public testCreateVandermondeMatrix ( array $A, $n )
$A array

testCreateVandermondeSquareMatrix() public méthode

testEye() public méthode

public testEye ( integer $m, integer $n, integer $k, integer $x, array $R )
$m integer
$n integer
$k integer
$x integer
$R array

testEyeExceptions() public méthode

testIdentity() public méthode

public testIdentity ( integer $n, $x, array $R )
$n integer
$R array

testIdentityExceptionNLessThanZero() public méthode

testMatrixUnknownTypeException() public méthode

testOne() public méthode

public testOne ( $m, $n, array $R )
$R array

testOneExceptionRowsLessThanOne() public méthode

testZero() public méthode

public testZero ( $m, $n, array $R )
$R array

testZeroExceptionRowsLessThanOne() public méthode