ml-spectra-processing
    Preparing search index...

    Function matrixGetSubMatrix

    • Get a subMatrix from matrix, the function checks if the subMatrix lies within the dimensions of the matrix.

      Parameters

      • matrix: Float64Array<ArrayBufferLike>[]

        The original matrix from which the subMatrix will be extracted.

      • options: MatrixGetSubMatrixOptions

        Options to define the subMatrix boundaries and duplication behavior.

      Returns Float64Array<ArrayBufferLike>[]

      The subMatrix extracted from the original matrix.