Documentation of 'org.apache.commons.math3.linear.Array2DRowFieldMatrix' Java class
Array2DRowFieldMatrix
org.apache.commons.math3.linear

Class Array2DRowFieldMatrix<T extends FieldElement<T>>

  • Type Parameters:
    T - the type of the field elements
    All Implemented Interfaces:
    java.io.Serializable, AnyMatrix, FieldMatrix<T>


    public class Array2DRowFieldMatrix<T extends FieldElement<T>>
    extends AbstractFieldMatrix<T>
    implements java.io.Serializable
    Implementation of FieldMatrix using a FieldElement[][] array to store entries.

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

See Also:
Serialized Form
Skip navigation links

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.