PHP 클래스 MathPHP\LinearAlgebra\MatrixTest

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

공개 메소드들

메소드 설명
dataProviderForGetDiagonalElements ( )
dataProviderForGetM ( )
dataProviderForGetN ( )
dataProviderForIsNotSquare ( )
dataProviderForIsNotSymmetric ( )
dataProviderForIsSquare ( )
dataProviderForIsSymmetric ( )
dataProviderForJsonSerialize ( )
setUp ( )
testArrayAccessInterfaceOffExists ( )
testArrayAccessInterfaceOffsetGet ( )
testArrayAccessInterfaceOffsetSet ( )
testArrayAccessOffsetUnsetException ( )
testConstructor ( )
testConstructorExceptionNCountDiffers ( )
testGet ( )
testGetColumn ( )
testGetColumnException ( )
testGetDiagonalElements ( array $A, $R )
testGetExceptionColumn ( )
testGetExceptionRow ( )
testGetM ( array $A, integer $m )
testGetMatrix ( )
testGetN ( array $A, integer $n )
testGetRow ( )
testGetRowException ( )
testIsNotSquare ( array $A )
testIsNotSymmetric ( array $A )
testIsSquare ( array $A )
testIsSymmetric ( array $A )
testJsonSerialize ( array $A, string $json )
testToString ( )

메소드 상세

dataProviderForGetDiagonalElements() 공개 메소드

dataProviderForGetM() 공개 메소드

public dataProviderForGetM ( )

dataProviderForGetN() 공개 메소드

public dataProviderForGetN ( )

dataProviderForIsNotSquare() 공개 메소드

dataProviderForIsNotSymmetric() 공개 메소드

dataProviderForIsSquare() 공개 메소드

dataProviderForIsSymmetric() 공개 메소드

dataProviderForJsonSerialize() 공개 메소드

setUp() 공개 메소드

public setUp ( )

testArrayAccessInterfaceOffExists() 공개 메소드

testArrayAccessInterfaceOffsetGet() 공개 메소드

testArrayAccessInterfaceOffsetSet() 공개 메소드

testArrayAccessOffsetUnsetException() 공개 메소드

testConstructor() 공개 메소드

public testConstructor ( )

testConstructorExceptionNCountDiffers() 공개 메소드

testGet() 공개 메소드

public testGet ( )

testGetColumn() 공개 메소드

public testGetColumn ( )

testGetColumnException() 공개 메소드

testGetDiagonalElements() 공개 메소드

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

testGetExceptionColumn() 공개 메소드

testGetExceptionRow() 공개 메소드

public testGetExceptionRow ( )

testGetM() 공개 메소드

public testGetM ( array $A, integer $m )
$A array
$m integer

testGetMatrix() 공개 메소드

public testGetMatrix ( )

testGetN() 공개 메소드

public testGetN ( array $A, integer $n )
$A array
$n integer

testGetRow() 공개 메소드

public testGetRow ( )

testGetRowException() 공개 메소드

public testGetRowException ( )

testIsNotSquare() 공개 메소드

public testIsNotSquare ( array $A )
$A array

testIsNotSymmetric() 공개 메소드

public testIsNotSymmetric ( array $A )
$A array

testIsSquare() 공개 메소드

public testIsSquare ( array $A )
$A array

testIsSymmetric() 공개 메소드

public testIsSymmetric ( array $A )
$A array

testJsonSerialize() 공개 메소드

public testJsonSerialize ( array $A, string $json )
$A array
$json string

testToString() 공개 메소드

public testToString ( )