PHP 클래스 MathPHP\LinearAlgebra\DiagonalMatrixTest

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

공개 메소드들

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

메소드 상세

dataProviderMulti() 공개 메소드

public dataProviderMulti ( )

testConstructor() 공개 메소드

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

testGetMatrix() 공개 메소드

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

testIsSquare() 공개 메소드

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

testIsSymmetric() 공개 메소드

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