On 8/2/11 10:48 PM, Sebastien Brisard wrote:
> Hi,
> I'm finalizing unit tests for the conjugate gradient method, for which I'm
> using Hilbert matrices (see http://en.wikipedia.org/wiki/Hilbert_matrix).
> These matrices are nice because
> i. they are symmetric, positive definite,
> ii. they are ill-conditioned,
> iii. their inverse is known in closed-form.
>
> I therefore implemented HilbertMatrix and InverseHilbertMatrix as
> RealLinearOperator. These two classes are intended for testing purposes only,
> but I do not want to embed them in ConjugateGradientTest, as they might be
> used to test other iterative solvers as well. My question is simple: where
> (meaning: which package) should these two classes go? Would o.a.c.math.linear
> (in the src/test/java directory) be suitable?

That would be fine, yes.

Phil
>  Any better suggestion?
>
> Thanks beforehand,
> Sebastien
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to