ml-spectra-processing
    Preparing search index...

    Interface DataReImMatrix

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

    Properties

    Properties

    im: Float64Array<ArrayBufferLike>[]

    Array of im rows

    re: Float64Array<ArrayBufferLike>[]

    Array of re rows