Uses of Interface
org.hipparchus.util.FieldBlendable
-
Uses of FieldBlendable in org.hipparchus.linear
Modifier and TypeInterfaceDescriptioninterface
FieldMatrix<T extends FieldElement<T>>
Interface defining field-valued matrix with basic algebraic operations.Modifier and TypeClassDescriptionclass
AbstractFieldMatrix<T extends FieldElement<T>>
Basic implementation ofFieldMatrix
methods regardless of the underlying storage.class
Array2DRowFieldMatrix<T extends FieldElement<T>>
Implementation ofFieldMatrix
using aFieldElement
[][] 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>>
Sparse matrix implementation based on an open addressed map.