Hello, I need to be able to throw an exception when an iterative linear solver detects that a RealLinearOperator is singular. I would propose to implement a SingularLinearOperatorException. Then, since RealMatrix is derived from RealLinearOperator, it would be logical to have SingularMatrixException inherit from SingularLinearOperatorException. However, looking at the present impl of SingularMatrixException, this exception does nothing fancy. So having two different exceptions might be too much, I don't know. So here are two proposals 1. Rename SingularMatrixException to SingularLinearOperatorException 2. Create SingularLinearOperatorException, and have SingularMatrixException extend SingularLinearOperatorException.
Which option (or any other) do you favor? Sébastien --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org