PHP Class MathPHP\LinearAlgebra\DiagonalMatrixTest

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

Méthodes publiques

Méthode Description
dataProviderMulti ( )
testConstructor ( array $A, array $R )
testGetMatrix ( array $A, array $R )
testIsSquare ( array $A, array $R )
testIsSymmetric ( array $A, array $R )

Method Details

dataProviderMulti() public méthode

public dataProviderMulti ( )

testConstructor() public méthode

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

testGetMatrix() public méthode

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

testIsSquare() public méthode

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

testIsSymmetric() public méthode

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