Uses of Class
org.apache.commons.math.linear.AbstractRealVector
- 
Packages that use AbstractRealVector Package Description org.apache.commons.math.linear Linear algebra support. - 
- 
Uses of AbstractRealVector in org.apache.commons.math.linear
Subclasses of AbstractRealVector in org.apache.commons.math.linear Modifier and Type Class Description classArrayRealVectorThis class implements theRealVectorinterface with a double array.classOpenMapRealVectorThis class implements theRealVectorinterface with aOpenIntToDoubleHashMapbacking store.Methods in org.apache.commons.math.linear that return AbstractRealVector Modifier and Type Method Description abstract AbstractRealVectorAbstractRealVector. copy()Returns a (deep) copy of this vector.AbstractRealVectorArrayRealVector. copy()Returns a (deep) copy of this vector. 
 -