__construct($A) : \Structure
Rectangular matrix
\Structureto access L, U and piv.det() : array
arrayd matrix deterninatgetL() : array
arrayLower triangular factorgetPivot() : array
arrayPivot vectorgetU() : array
arrayUpper triangular factorisNonsingular() : true
trueif U, and hence A, is nonsingular.solve($B) : \X
| PHPExcel_Calculation_Exception | IllegalArgumentException Matrix row dimensions must agree. |
|---|---|
| PHPExcel_Calculation_Exception | RuntimeException Matrix is singular. |
A Matrix with as many rows as A and any number of columns.
\Xso that L*U*X = B(piv,:)$LU : array
$m : int
$n : int
$piv : array
$pivsign : int
MatrixSingularException
MatrixSquareException