Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.cldata.ImmutableCLData
Packages that use ImmutableCLData
-
Uses of ImmutableCLData in net.bmahe.genetics4j.gpu.spec.fitness.cldata
Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata that return ImmutableCLDataModifier and TypeMethodDescriptionImmutableCLData.Builder.build()
Builds a newImmutableCLData
.static ImmutableCLData
Creates an immutable copy of aCLData
value.static ImmutableCLData
ImmutableCLData.of
(org.jocl.cl_mem clMem, int clType, int size) Construct a new immutableCLData
instance.final ImmutableCLData
ImmutableCLData.withClMem
(org.jocl.cl_mem value) Copy the current immutable object by setting a value for theclMem
attribute.final ImmutableCLData
ImmutableCLData.withClType
(int value) Copy the current immutable object by setting a value for theclType
attribute.final ImmutableCLData
ImmutableCLData.withSize
(int value) Copy the current immutable object by setting a value for thesize
attribute.Methods in net.bmahe.genetics4j.gpu.spec.fitness.cldata with parameters of type ImmutableCLDataModifier and TypeMethodDescriptionprivate boolean
ImmutableCLData.equalTo
(int synthetic, ImmutableCLData another) Constructors in net.bmahe.genetics4j.gpu.spec.fitness.cldata with parameters of type ImmutableCLDataModifierConstructorDescriptionprivate
ImmutableCLData
(ImmutableCLData original, org.jocl.cl_mem clMem, int clType, int size)