Uses of Class
org.apache.commons.math3.linear.AbstractFieldMatrix

Packages that use AbstractFieldMatrix
org.apache.commons.math3.linear Linear algebra support. 
 

Uses of AbstractFieldMatrix in org.apache.commons.math3.linear
 

Subclasses of AbstractFieldMatrix in org.apache.commons.math3.linear
 class Array2DRowFieldMatrix<T extends FieldElement<T>>
          Implementation of FieldMatrix using a FieldElement[][] array to store entries.
 class BlockFieldMatrix<T extends FieldElement<T>>
          Cache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix.
 class SparseFieldMatrix<T extends FieldElement<T>>
          Deprecated. As of version 3.1, this class is deprecated, for reasons exposed in this JIRA ticket. This class will be removed in version 4.0.
 



Copyright © 2017 CNES. All Rights Reserved.