Uses of Interface
org.apache.commons.math3.linear.RealVectorChangingVisitor
Packages that use RealVectorChangingVisitor
-
Uses of RealVectorChangingVisitor in org.apache.commons.math3.linear
Methods in org.apache.commons.math3.linear with parameters of type RealVectorChangingVisitorModifier and TypeMethodDescriptiondoubleArrayRealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor) Visits (and possibly alters) all entries of this vector in default order (increasing index).doubleArrayRealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor, int start, int end) Visits (and possibly alters) some entries of this vector in default order (increasing index).doubleRealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor) Visits (and possibly alters) all entries of this vector in default order (increasing index).doubleRealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor, int start, int end) Visits (and possibly alters) some entries of this vector in default order (increasing index).doubleArrayRealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor) Visits (and possibly alters) all entries of this vector in optimized order.doubleArrayRealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor, int start, int end) Visits (and possibly change) some entries of this vector in optimized order.doubleRealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor) Visits (and possibly alters) all entries of this vector in optimized order.doubleRealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor, int start, int end) Visits (and possibly change) some entries of this vector in optimized order.