Sebastien Brisard 6d5b6eb0d1 MATH-795
- Factored out testSerial().
  - In RealVectorTest, the vector returned by create(double[]) should really be
of type RealVectorTest.TestVectorImpl, as the minimal implementation is to be
tested. This causes some tests not to pass, they are skipped for the time
being (overriden from RealVectorAbstractTest, without @Test annotation). When
the tests in RealVectorAbstractTest are split, only the smaller tests which do
not make sense in the present context will be skipped.
  - In RealVectorTest, the constructor of RealVectorTest.TestVectorImpl now
makes a defensive copy of the specified double[] array (see Javadoc of
    + RealVectorAbstractTest.create(double[]),
    + RealVectorAbstractTest.createAlien(double[]).


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1346243 13f79535-47bb-0310-9956-ffa450edef68
2012-06-05 05:37:37 +00:00
2012-06-05 05:37:37 +00:00
2012-02-14 16:17:55 +00:00
2010-04-02 01:53:38 +00:00
2012-02-22 13:05:25 +00:00
2012-02-14 16:17:55 +00:00
2012-03-02 20:46:42 +00:00
2010-03-29 00:10:10 +00:00
2012-03-02 10:24:13 +00:00
2012-05-27 18:42:44 +00:00
2012-03-04 00:40:59 +00:00
2011-12-01 21:20:47 +00:00
Languages
Java 99.3%
R 0.5%