Skip to content

MainReduceNonCommutativeModule

Overview

A single level of standalone reduction for non-commutative types.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class MainReduceNonCommutativeModule

inputSize: number

import { MainReduceNonCommutativeModule } from 'scenerystack/alpenglow';

Constructor

new MainReduceNonCommutativeModule( providedOptions : MainReduceNonCommutativeModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<T>

(readonly)

Type MainReduceNonCommutativeModuleOptions

import type { MainReduceNonCommutativeModuleOptions } from 'scenerystack/alpenglow';

Source Code

See the source for MainReduceNonCommutativeModule.ts in the alpenglow repository.