ReduceModule¶
Overview¶
A full reduction, with the method of reduction chosen based on the type and configuration.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ReduceModule¶
inputSize: number
Constructor¶
new ReduceModule( providedOptions : ReduceModuleOptions<T> )¶
Instance Methods¶
Instance Properties¶
input : BufferArraySlot<T>¶
(readonly)
output : BufferArraySlot<T>¶
(readonly)
slots : BufferArraySlot<T>[]¶
(readonly)
internalSlots : BufferArraySlot<T>[]¶
(readonly)
Type ReduceModuleOptions¶
Source Code¶
See the source for ReduceModule.ts in the alpenglow repository.