Uses of Class
org.apache.commons.math3.linear.SparseFieldVector
Packages that use SparseFieldVector
-
Uses of SparseFieldVector in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear that return SparseFieldVectorModifier and TypeMethodDescriptionSparseFieldVector.subtract(SparseFieldVector<T> v) Optimized method to computethisminusv.Methods in org.apache.commons.math3.linear with parameters of type SparseFieldVectorModifier 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 computethisminusv.Constructors in org.apache.commons.math3.linear with parameters of type SparseFieldVectorModifierConstructorDescriptionCopy constructor.protectedSparseFieldVector(SparseFieldVector<T> v, int resize) Build a resized vector, for use with append.