ml-spectra-processing
    Preparing search index...

    Interface DataReImMatrix

    interface DataReImMatrix {
        im: Float64Array<ArrayBufferLike>[];
        re: Float64Array<ArrayBufferLike>[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    im: Float64Array<ArrayBufferLike>[]

    Array of im rows

    re: Float64Array<ArrayBufferLike>[]

    Array of re rows