PHP 클래스 MCordingley\LinearAlgebraTest\MatrixTest

상속: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: mcordingley/linearalgebra

공개 메소드들

메소드 설명
testAddMatrix ( )
testAddMatrixWrongSizes ( )
testAddScalar ( )
testAdjugate ( )
testBadConstruction ( )
testConcatenateBottom ( )
testConcatenateBottomWrongSizes ( )
testConcatenateRight ( )
testConcatenateRightWrongSizes ( )
testDeterminant ( )
testDiagonal ( )
testEmptyColumns ( )
testEmptyRows ( )
testEntrywise ( )
testEntrywiseWrongSize ( )
testEquals ( )
testGet ( )
testGetLower ( )
testGetUpper ( )
testIdentity ( )
testInverse ( )
testMap ( )
testMultiplyMatrix ( )
testMultiplyMatrixWrongSizes ( )
testMultiplyScalar ( )
testNonSquareDeterminant ( )
testNonSquareInverse ( )
testRectangularAdjoint ( )
testRectangularTrace ( )
testSingularDeterminant ( )
testSize ( )
testSpliceBadColumns ( )
testSpliceBadRows ( )
testSpliceColumns ( )
testSpliceRows ( )
testSpliceUnevenColumns ( )
testSpliceUnevenRows ( )
testSubtractMatrix ( )
testSubtractMatrixWrongSizes ( )
testSubtractScalar ( )
testTrace ( )
testTranspose ( )

비공개 메소드들

메소드 설명
buildMatrix ( )

메소드 상세

testAddMatrix() 공개 메소드

public testAddMatrix ( )

testAddMatrixWrongSizes() 공개 메소드

testAddScalar() 공개 메소드

public testAddScalar ( )

testAdjugate() 공개 메소드

public testAdjugate ( )

testBadConstruction() 공개 메소드

public testBadConstruction ( )

testConcatenateBottom() 공개 메소드

testConcatenateBottomWrongSizes() 공개 메소드

testConcatenateRight() 공개 메소드

testConcatenateRightWrongSizes() 공개 메소드

testDeterminant() 공개 메소드

public testDeterminant ( )

testDiagonal() 공개 메소드

public testDiagonal ( )

testEmptyColumns() 공개 메소드

public testEmptyColumns ( )

testEmptyRows() 공개 메소드

public testEmptyRows ( )

testEntrywise() 공개 메소드

public testEntrywise ( )

testEntrywiseWrongSize() 공개 메소드

testEquals() 공개 메소드

public testEquals ( )

testGet() 공개 메소드

public testGet ( )

testGetLower() 공개 메소드

public testGetLower ( )

testGetUpper() 공개 메소드

public testGetUpper ( )

testIdentity() 공개 메소드

public testIdentity ( )

testInverse() 공개 메소드

public testInverse ( )

testMap() 공개 메소드

public testMap ( )

testMultiplyMatrix() 공개 메소드

public testMultiplyMatrix ( )

testMultiplyMatrixWrongSizes() 공개 메소드

testMultiplyScalar() 공개 메소드

public testMultiplyScalar ( )

testNonSquareDeterminant() 공개 메소드

testNonSquareInverse() 공개 메소드

testRectangularAdjoint() 공개 메소드

testRectangularTrace() 공개 메소드

testSingularDeterminant() 공개 메소드

testSize() 공개 메소드

public testSize ( )

testSpliceBadColumns() 공개 메소드

testSpliceBadRows() 공개 메소드

public testSpliceBadRows ( )

testSpliceColumns() 공개 메소드

public testSpliceColumns ( )

testSpliceRows() 공개 메소드

public testSpliceRows ( )

testSpliceUnevenColumns() 공개 메소드

testSpliceUnevenRows() 공개 메소드

testSubtractMatrix() 공개 메소드

public testSubtractMatrix ( )

testSubtractMatrixWrongSizes() 공개 메소드

testSubtractScalar() 공개 메소드

public testSubtractScalar ( )

testTrace() 공개 메소드

public testTrace ( )

testTranspose() 공개 메소드

public testTranspose ( )