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