Class GenericFieldMatrix<F extends Field<F>>

    • Constructor Detail

      • GenericFieldMatrix

        public GenericFieldMatrix​(int nRows,
                                  int nCols,
                                  F init)
        Construct a matrix over a field.
        Parameters:
        nRows - the number of rows
        nCols - the number of columns
        init - an initial value for the entries, e.g., 0
      • GenericFieldMatrix

        public GenericFieldMatrix​(F[][] data)
        Construct a matrix over a field.
        Parameters:
        data - the matrix entries