PHP Class MathPHP\LinearAlgebra\SquareMatrixTest

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

Public Methods

Method Description
dataProviderMulti ( )
testConstructor ( array $A )
testGetMatrix ( array $A )
testIsSquare ( array $A )

Method Details

dataProviderMulti() public method

public dataProviderMulti ( )

testConstructor() public method

public testConstructor ( array $A )
$A array

testGetMatrix() public method

public testGetMatrix ( array $A )
$A array

testIsSquare() public method

public testIsSquare ( array $A )
$A array