Interface FieldMatrix<T extends FieldElement<T>>

Type Parameters:
T - the type of the field elements
All Superinterfaces:
AnyMatrix, FieldBlendable<FieldMatrix<T>,T>
All Known Implementing Classes:
AbstractFieldMatrix, Array2DRowFieldMatrix, BlockFieldMatrix, SparseFieldMatrix

public interface FieldMatrix<T extends FieldElement<T>> extends AnyMatrix, FieldBlendable<FieldMatrix<T>,T>
Interface defining field-valued matrix with basic algebraic operations.

Matrix element indexing is 0-based -- e.g., getEntry(0, 0) returns the element in the first row, first column of the matrix.