|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RealVectorChangingVisitor | |
|---|---|
| org.apache.commons.math3.linear | Linear algebra support. |
| Uses of RealVectorChangingVisitor in org.apache.commons.math3.linear |
|---|
| Methods in org.apache.commons.math3.linear with parameters of type RealVectorChangingVisitor | |
|---|---|
double |
ArrayRealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor)
Visits (and possibly alters) all entries of this vector in default order (increasing index). |
double |
RealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor)
Visits (and possibly alters) all entries of this vector in default order (increasing index). |
double |
ArrayRealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor,
int start,
int end)
Visits (and possibly alters) some entries of this vector in default order (increasing index). |
double |
RealVector.walkInDefaultOrder(RealVectorChangingVisitor visitor,
int start,
int end)
Visits (and possibly alters) some entries of this vector in default order (increasing index). |
double |
ArrayRealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor)
Visits (and possibly alters) all entries of this vector in optimized order. |
double |
RealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor)
Visits (and possibly alters) all entries of this vector in optimized order. |
double |
ArrayRealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor,
int start,
int end)
Visits (and possibly change) some entries of this vector in optimized order. |
double |
RealVector.walkInOptimizedOrder(RealVectorChangingVisitor visitor,
int start,
int end)
Visits (and possibly change) some entries of this vector in optimized order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||