Gilles Sadowski wrote:
> Is it OK to reopen
> https://issues.apache.org/jira/browse/MATH-195
> in order to further discuss the issue?
>
+1
Phil
>
> Gilles
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> F
Is it OK to reopen
https://issues.apache.org/jira/browse/MATH-195
in order to further discuss the issue?
Gilles
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.ap
Hello.
The "DimensionMismatchException" is a checked exception although it is used
to signal unfulfilled preconditions. It should really be an unchecked
exception. [It could be turned into a subclass of "MathRuntimeException"
while working on issue MATH-361.]
Best,
Gilles
---