Implementation of FieldMatrix using a {@link FieldElement}[][] array to store entries.
As specified in the {@link FieldMatrix} interface, matrix element indexingis 0-based -- e.g., getEntry(0, 0) returns the element in the first row, first column of the matrix.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.