Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.cldata.ImmutableCLData.Builder
-
Uses of ImmutableCLData.Builder in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Modifier and TypeMethodDescriptionstatic ImmutableCLData.Builder
ImmutableCLData.builder()
Creates a builder forImmutableCLData
.final ImmutableCLData.Builder
ImmutableCLData.Builder.clMem
(org.jocl.cl_mem clMem) Initializes the value for theclMem
attribute.final ImmutableCLData.Builder
ImmutableCLData.Builder.clType
(int clType) Initializes the value for theclType
attribute.final ImmutableCLData.Builder
Fill a builder with attribute values from the providedCLData
instance.final ImmutableCLData.Builder
ImmutableCLData.Builder.size
(int size) Initializes the value for thesize
attribute.