Uses of Class
com.activeviam.tech.chunks.api.vectors.impl.AVector
Packages that use AVector
Package
Description
-
Uses of AVector in com.activeviam.tech.chunks.api.vectors.impl
Subclasses of AVector in com.activeviam.tech.chunks.api.vectors.implModifier and TypeClassDescriptionclass
A vector that only supports read access.final class
A vector whose values are all 0. -
Uses of AVector in com.activeviam.tech.chunks.internal.vectors.block.impl
Subclasses of AVector in com.activeviam.tech.chunks.internal.vectors.block.implModifier and TypeClassDescriptionclass
ABlockVector<B extends IBlock>
Implementation of a vector that is based on blocks to retrieve its underlying data.class
AFixedBlockVector<B extends IBlock>
Implementation of a vector that is based on blocks to retrieve its underlying data.class
DoubleBlockVector<B extends IBlock>
Basic implementation for a double blocked vector.class
DoubleFixedBlockVector<B extends IBlock>
Basic implementation for a double fixed block vector.class
FloatBlockVector<B extends IBlock>
Basic implementation for a float blocked vector.class
FloatFixedBlockVector<B extends IBlock>
Basic implementation for a float fixed block vector.class
IntegerBlockVector<B extends IBlock>
Basic implementation for an integer blocked vector.class
IntegerFixedBlockVector<B extends IBlock>
Basic implementation for an integer fixed block vector.class
LongBlockVector<B extends IBlock>
Basic implementation for a long blocked vector.class
LongFixedBlockVector<B extends IBlock>
Basic implementation for a long fixed block vector.class
ObjectFixedBlockVector<B extends IBlock>
Basic implementation of an Object vector based on a fixed block. -
Uses of AVector in com.activeviam.tech.chunks.internal.vectors.impl
Subclasses of AVector in com.activeviam.tech.chunks.internal.vectors.implModifier and TypeClassDescriptionclass
A wrapper around anIVector
that sets all values to their absolute value.class
A vector wrapper that verifies its underlying vector implementsIReleasableVector
and delegate the call toADelegateReadOnlyVector.acquireReference()
andADelegateReadOnlyVector.releaseReference()
to its underlying vector.class
A wrapper around anIVector
that only sees the negative values: it returns0
for the coordinates where the underlying vector is negative.class
A wrapper around anIVector
that only sees the positive values: it returns0
for the coordinates where the underlying vector is positive. -
Uses of AVector in com.activeviam.tech.chunks.private_.vectors
Subclasses of AVector in com.activeviam.tech.chunks.private_.vectorsModifier and TypeClassDescriptionfinal class
A vector of doubles whose values are all identical.final class
A vector of floats whose values are all identical.final class
A vector of integers whose values are all identical.final class
A vector of longs whose values are all identical.class
A vector whose values are all identical. -
Uses of AVector in com.activeviam.tech.chunks.private_.vectors.array
Subclasses of AVector in com.activeviam.tech.chunks.private_.vectors.arrayModifier and TypeClassDescriptionclass
Base class for array based vectors.final class
Implementation of anIVector
that stores doubles on heap.final class
Implementation of anIVector
that stores floats on heap.final class
Implementation of anIVector
that stores integers on heap.final class
Implementation of anIVector
that stores longs on heap.final class
An array-based vector of Objects.