PHP Class MathPHP\LinearAlgebra\MatrixTest

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

Méthodes publiques

Méthode Description
dataProviderForGetDiagonalElements ( )
dataProviderForGetM ( )
dataProviderForGetN ( )
dataProviderForIsNotSquare ( )
dataProviderForIsNotSymmetric ( )
dataProviderForIsSquare ( )
dataProviderForIsSymmetric ( )
dataProviderForJsonSerialize ( )
setUp ( )
testArrayAccessInterfaceOffExists ( )
testArrayAccessInterfaceOffsetGet ( )
testArrayAccessInterfaceOffsetSet ( )
testArrayAccessOffsetUnsetException ( )
testConstructor ( )
testConstructorExceptionNCountDiffers ( )
testGet ( )
testGetColumn ( )
testGetColumnException ( )
testGetDiagonalElements ( array $A, $R )
testGetExceptionColumn ( )
testGetExceptionRow ( )
testGetM ( array $A, integer $m )
testGetMatrix ( )
testGetN ( array $A, integer $n )
testGetRow ( )
testGetRowException ( )
testIsNotSquare ( array $A )
testIsNotSymmetric ( array $A )
testIsSquare ( array $A )
testIsSymmetric ( array $A )
testJsonSerialize ( array $A, string $json )
testToString ( )

Method Details

dataProviderForGetDiagonalElements() public méthode

dataProviderForGetM() public méthode

public dataProviderForGetM ( )

dataProviderForGetN() public méthode

public dataProviderForGetN ( )

dataProviderForIsNotSquare() public méthode

dataProviderForIsNotSymmetric() public méthode

dataProviderForIsSquare() public méthode

dataProviderForIsSymmetric() public méthode

dataProviderForJsonSerialize() public méthode

setUp() public méthode

public setUp ( )

testArrayAccessInterfaceOffExists() public méthode

testArrayAccessInterfaceOffsetGet() public méthode

testArrayAccessInterfaceOffsetSet() public méthode

testArrayAccessOffsetUnsetException() public méthode

testConstructor() public méthode

public testConstructor ( )

testConstructorExceptionNCountDiffers() public méthode

testGet() public méthode

public testGet ( )

testGetColumn() public méthode

public testGetColumn ( )

testGetColumnException() public méthode

testGetDiagonalElements() public méthode

public testGetDiagonalElements ( array $A, $R )
$A array

testGetExceptionColumn() public méthode

testGetExceptionRow() public méthode

public testGetExceptionRow ( )

testGetM() public méthode

public testGetM ( array $A, integer $m )
$A array
$m integer

testGetMatrix() public méthode

public testGetMatrix ( )

testGetN() public méthode

public testGetN ( array $A, integer $n )
$A array
$n integer

testGetRow() public méthode

public testGetRow ( )

testGetRowException() public méthode

public testGetRowException ( )

testIsNotSquare() public méthode

public testIsNotSquare ( array $A )
$A array

testIsNotSymmetric() public méthode

public testIsNotSymmetric ( array $A )
$A array

testIsSquare() public méthode

public testIsSquare ( array $A )
$A array

testIsSymmetric() public méthode

public testIsSymmetric ( array $A )
$A array

testJsonSerialize() public méthode

public testJsonSerialize ( array $A, string $json )
$A array
$json string

testToString() public méthode

public testToString ( )