Interface MatrixZPivotRescaleOptions<ArrayConstructorType>

interface MatrixZPivotRescaleOptions {
    ArrayConstructor?: ArrayConstructorType;
    max?: number;
}

Type Parameters

Properties

ArrayConstructor?: ArrayConstructorType

Allows to specify the type of array to use

Default

Float64Array
max?: number

max

Default

1