You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Jean-François MAUREL <jf...@gmail.com> on 2011/04/28 15:04:51 UTC

[math] RealVectorImpl in userguide

Hi,

In userguide http://commons.apache.org/math/userguide/linear.html
I found in an example:
RealVector constants = new RealVectorImpl(new double[] { 1, -2, 1 }, false);

However I could not find RealVectorImpl in commons-math 2.2 but I found 
ArrayRealVector.

Should I use ArrayRealVector or am I missing something?

Regards

-- 
Jean-François MAUREL

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [math] RealVectorImpl in userguide

Posted by Jean-François MAUREL <jf...@gmail.com>.
Le 28/04/2011 16:01, Gilles Sadowski a écrit :

Hi,

> Yes, you are right; this is a mistake in the user guide. [It will be
> corrected for the next release.]

Than you very much


-- 
Jean-François MAUREL

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [math] RealVectorImpl in userguide

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
Hello.

> In userguide http://commons.apache.org/math/userguide/linear.html
> I found in an example:
> RealVector constants = new RealVectorImpl(new double[] { 1, -2, 1 }, false);
> 
> However I could not find RealVectorImpl in commons-math 2.2 but I
> found ArrayRealVector.
> 
> Should I use ArrayRealVector or am I missing something?

Yes, you are right; this is a mistake in the user guide. [It will be
corrected for the next release.]


Best regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org