public interface VectorTransformation
Modifier and Type | Method and Description |
---|---|
MutableSparseVector |
apply(MutableSparseVector vector)
Apply the vector transformation in-place to a vector.
|
MutableSparseVector |
unapply(MutableSparseVector vector)
Unapply the vector transformation in-place on a transformed vector.
|
MutableSparseVector apply(MutableSparseVector vector)
vector
- The vector to transform.MutableSparseVector unapply(MutableSparseVector vector)
vector
- The vector to transform.