org.apache.commons.math3.linear
Class UnmodifiableArrayRealVectorTest

java.lang.Object
  extended by org.apache.commons.math3.linear.UnmodifiableRealVectorAbstractTest
      extended by org.apache.commons.math3.linear.UnmodifiableArrayRealVectorTest

public class UnmodifiableArrayRealVectorTest
extends UnmodifiableRealVectorAbstractTest

This is an implementation of UnmodifiableRealVectorAbstractTest for unmodifiable views of ArrayRealVectorTest.

Version:
$Id$

Field Summary
 
Fields inherited from class org.apache.commons.math3.linear.UnmodifiableRealVectorAbstractTest
DIM, EPS, EXCLUDE, RANDOM
 
Constructor Summary
UnmodifiableArrayRealVectorTest()
           
 
Method Summary
 RealVector createVector()
          Returns a random vector of type ArrayRealVector.
 
Methods inherited from class org.apache.commons.math3.linear.UnmodifiableRealVectorAbstractTest
createParameter, equals, equals, equals, equals, equals, equals, testAddToEntry, testAllButExcluded, testGetEntry, testGetSubVector, testIterator, testSetEntry, testSetSubVector, testSparseIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmodifiableArrayRealVectorTest

public UnmodifiableArrayRealVectorTest()
Method Detail

createVector

public RealVector createVector()
Returns a random vector of type ArrayRealVector.

Specified by:
createVector in class UnmodifiableRealVectorAbstractTest
Returns:
a new random ArrayRealVector.


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.