Double |
public DoubleComplexLeastSquares( DoubleComplexMatrix A, DoubleComplexVector y, double tolerance )
| Exception | Condition |
|---|---|
| MismatchedSizeException | Thrown if the number of rows in A is not equal to the length of y. |
| InvalidArgumentException | If any entries in the matrix are NaN. |