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 TypeMethodDescriptionfinal 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.equalsByValue
(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)