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: [email protected] For additional commands, e-mail: [email protected]
