This is the list of error messages, as found in die() and exit() expressions.
Message | File | Line |
---|---|---|
'Invalid matrix constructor options.' | /lib/Matrix.php | 116 |
'Non-array row definition in array-based matrix construction.' | /lib/Matrix.php | 99 |
'Matrices is not square: ' . $matrix->getRows( ) . ' by ' . $matrix->getColumns( ) | /lib/Matrix.php | 54 |
'Matrices are wrong size: ' . $matrixA->getRows( ) . ' by ' . $matrixA->getColumns( ) . ' and ' . $matrixB->getRows( ) . ' by ' . $matrixB->getColumns( ) | /lib/Matrix.php | 48 |
'Matrices are wrong size: ' . $matrixA->getRows( ) . ' by ' . $matrixA->getColumns( ) . ' and ' . $matrixB->getRows( ) . ' by ' . $matrixB->getColumns( ) | /lib/Matrix.php | 42 |