PHP Class MathPHP\LinearAlgebra\VectorTest

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

Méthodes publiques

Méthode Description
dataProviderForAsColumnMatrix ( )
dataProviderForAsRowMatrix ( )
dataProviderForCountable ( )
dataProviderForGetN ( )
dataProviderForJsonSerializable ( )
setUp ( )
testArrayAccessInterfaceOffsetGet ( )
testArrayAccessInterfaceOffsetSet ( )
testArrayAccessOffsetExists ( )
testArrayAccessOffsetUnsetException ( )
testAsColumnMatrix ( array $A, array $R )
testAsRowMatrix ( array $A, array $R )
testConstructor ( )
testCountableInterface ( array $A, $n )
testGet ( )
testGetException ( )
testGetN ( array $A, integer $n )
testGetVector ( )
testInterfaces ( )
testJsonSerializable ( array $A, string $json )
testToString ( )

Method Details

dataProviderForAsColumnMatrix() public méthode

dataProviderForAsRowMatrix() public méthode

dataProviderForCountable() public méthode

dataProviderForGetN() public méthode

public dataProviderForGetN ( )

dataProviderForJsonSerializable() public méthode

setUp() public méthode

public setUp ( )

testArrayAccessInterfaceOffsetGet() public méthode

testArrayAccessInterfaceOffsetSet() public méthode

testArrayAccessOffsetExists() public méthode

testArrayAccessOffsetUnsetException() public méthode

testAsColumnMatrix() public méthode

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

testAsRowMatrix() public méthode

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

testConstructor() public méthode

public testConstructor ( )

testCountableInterface() public méthode

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

testGet() public méthode

public testGet ( )

testGetException() public méthode

public testGetException ( )

testGetN() public méthode

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

testGetVector() public méthode

public testGetVector ( )

testInterfaces() public méthode

public testInterfaces ( )

testJsonSerializable() public méthode

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

testToString() public méthode

public testToString ( )