PHP 클래스 MathPHP\LinearAlgebra\SquareMatrixTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: markrogoyski/math-php

공개 메소드들

메소드 설명
dataProviderMulti ( )
testConstructor ( array $A )
testGetMatrix ( array $A )
testIsSquare ( array $A )

메소드 상세

dataProviderMulti() 공개 메소드

public dataProviderMulti ( )

testConstructor() 공개 메소드

public testConstructor ( array $A )
$A array

testGetMatrix() 공개 메소드

public testGetMatrix ( array $A )
$A array

testIsSquare() 공개 메소드

public testIsSquare ( array $A )
$A array