| Package | Description |
|---|---|
| org.apache.ignite.ml.math.primitives.vector |
Contains vector related classes.
|
| org.apache.ignite.ml.math.primitives.vector.impl |
Contains several vector implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractVector.compute(int idx,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
void |
Vector.compute(int i,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingVector.compute(int i,
IgniteIntDoubleToDoubleBiFunction f)
Replace vector entry with value oldVal at i with result of computing f(i, oldVal).
|
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025