ml-spectra-processing
    Preparing search index...

    Interface MatrixTransposeOptions<ArrayConstructorType>

    interface MatrixTransposeOptions<
        ArrayConstructorType extends
            NumberArrayConstructor = Float64ArrayConstructor,
    > {
        ArrayConstructor?: ArrayConstructorType;
    }

    Type Parameters

    Index

    Properties

    ArrayConstructor?: ArrayConstructorType

    Allows to specify the type of array to use

    Float64Array