Uses of Class
org.apache.commons.math3.linear.AbstractFieldMatrix
Packages that use AbstractFieldMatrix
-
Uses of AbstractFieldMatrix in org.apache.commons.math3.linear
Subclasses of AbstractFieldMatrix in org.apache.commons.math3.linearModifier and TypeClassDescriptionclassArray2DRowFieldMatrix<T extends FieldElement<T>>Implementation of FieldMatrixusing a FieldElement[][] array to store entries.classBlockFieldMatrix<T extends FieldElement<T>>Cache-friendly implementation of FieldMatrix using a flat arrays to store square blocks of the matrix.classSparseFieldMatrix<T extends FieldElement<T>>Sparse matrix implementation based on an open addressed map.