Uses of Interface
org.apache.commons.math4.linear.RealVectorChangingVisitor
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of RealVectorChangingVisitor in org.apache.commons.math4.linear
Methods in org.apache.commons.math4.linear with parameters of type RealVectorChangingVisitor Modifier and Type Method Description doubleArrayRealVector. 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.