Uses of Class
net.bmahe.genetics4j.gpu.spec.fitness.cldata.ImmutableCLData.Builder
Packages that use ImmutableCLData.Builder
- 
Uses of ImmutableCLData.Builder in net.bmahe.genetics4j.gpu.spec.fitness.cldataMethods in net.bmahe.genetics4j.gpu.spec.fitness.cldata that return ImmutableCLData.BuilderModifier and TypeMethodDescriptionstatic ImmutableCLData.BuilderImmutableCLData.builder()Creates a builder forCLData.final ImmutableCLData.BuilderImmutableCLData.Builder.clMem(org.jocl.cl_mem clMem) Initializes the value for theclMemattribute.final ImmutableCLData.BuilderImmutableCLData.Builder.clType(int clType) Initializes the value for theclTypeattribute.final ImmutableCLData.BuilderFill a builder with attribute values from the providedCLDatainstance.final ImmutableCLData.BuilderImmutableCLData.Builder.size(int size) Initializes the value for thesizeattribute.