Uses of Class
org.apache.commons.math.linear.AbstractRealVector
Packages that use AbstractRealVector
-
Uses of AbstractRealVector in org.apache.commons.math.linear
Subclasses of AbstractRealVector in org.apache.commons.math.linearModifier and TypeClassDescriptionclass
This class implements theRealVector
interface with a double array.class
This class implements theRealVector
interface with aOpenIntToDoubleHashMap
backing store.Methods in org.apache.commons.math.linear that return AbstractRealVectorModifier and TypeMethodDescriptionabstract AbstractRealVector
AbstractRealVector.copy()
Returns a (deep) copy of this vector.ArrayRealVector.copy()
Returns a (deep) copy of this vector.