@awatters_flatiron/tsvector - v1.0.1
    Preparing search index...

    Function MTranspose

    • Transposes a matrix (swaps rows and columns)

      Parameters

      • M: Matrix

        The matrix to transpose

      Returns Matrix

      A new matrix where M[i][j] becomes M[j][i]