Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MCordingley
LinearAlgebraTest
MatrixTest
testEmptyRows
MCordingley\LinearAlgebraTest\MatrixTest::testEmptyRows PHP Method
MatrixTest Class Documentation
Mostrar archivo
Open project: mcordingley/linearalgebra
testEmptyRows()
public
method
public
testEmptyRows
( )
public function testEmptyRows() { static::expectException(MatrixException::class); new Matrix([]); }
MatrixTest
buildMatrix
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