Solve A*X = B
Parameters
- B
- A Matrix with as many rows as A and any number of columns.
Return Value
X so that L*U*X = B(piv,:)
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentException | Matrix row dimensions must agree. |
| SystemException | Matrix is singular. |
Solve A*X = B
X so that L*U*X = B(piv,:)
| Exception Type | Condition |
|---|---|
| ArgumentException | Matrix row dimensions must agree. |
| SystemException | Matrix is singular. |