Double |
| Exception | Condition |
|---|---|
| MatrixNotSquareException | Thrown if the factored matrix was not square. |
| SingularMatrixException | Thrown if the factored matrix was singular. |
| MismatchedSizeException | Thrown if the number of rows in B is different than the number of rows in the factored matrix. |
| InvalidArgumentException | B must have unit stride. If it doesn't, use regular Solve method or call DeepenThisCopy() on it. |