Uses of Class
org.hipparchus.linear.SparseFieldVector
-
Uses of SparseFieldVector in org.hipparchus.linear
Modifier and TypeMethodDescriptionSparseFieldVector.subtract
(SparseFieldVector<T> v) Optimized method to computethis
minusv
.Modifier and TypeMethodDescriptionSparseFieldVector.add
(SparseFieldVector<T> v) Optimized method to add sparse vectors.SparseFieldVector.append
(SparseFieldVector<T> v) Construct a vector by appending a vector to this vector.SparseFieldVector.outerProduct
(SparseFieldVector<T> v) Optimized method to compute outer product when both vectors are sparse.SparseFieldVector.subtract
(SparseFieldVector<T> v) Optimized method to computethis
minusv
.ModifierConstructorDescriptionCopy constructor.protected
SparseFieldVector
(SparseFieldVector<T> v, int resize) Build a resized vector, for use with append.