PHP Class MathPHP\LinearAlgebra\DiagonalMatrixTest

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

Public Methods

Method 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 method

public dataProviderMulti ( )

testConstructor() public method

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

testGetMatrix() public method

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

testIsSquare() public method

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

testIsSymmetric() public method

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