MATRIX_SINGULAR_EXCEPTION
MATRIX_SINGULAR_EXCEPTION = "Can only perform operation on singular matrix."
solve( $B) : \X
Solve A*X = B
@param $B A Matrix with as many rows as A and any number of columns.
$B |
so that LUX = B(piv,:) @PHPExcel_Calculation_Exception IllegalArgumentException Matrix row dimensions must agree. @PHPExcel_Calculation_Exception RuntimeException Matrix is singular.