Uses of Interface
org.hipparchus.util.FieldBlendable
Packages that use FieldBlendable
Package
Description
This package provides basic 3D geometry components.
Linear algebra support.
-
Uses of FieldBlendable in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.geometry.euclidean.threed that implement FieldBlendableModifier and TypeClassDescriptionclassFieldVector3D<T extends CalculusFieldElement<T>>This class is a re-implementation ofVector3DusingCalculusFieldElement. -
Uses of FieldBlendable in org.hipparchus.linear
Subinterfaces of FieldBlendable in org.hipparchus.linearModifier and TypeInterfaceDescriptioninterfaceFieldMatrix<T extends FieldElement<T>>Interface defining field-valued matrix with basic algebraic operations.Classes in org.hipparchus.linear that implement FieldBlendableModifier and TypeClassDescriptionclassAbstractFieldMatrix<T extends FieldElement<T>>Basic implementation ofFieldMatrixmethods regardless of the underlying storage.classArray2DRowFieldMatrix<T extends FieldElement<T>>Implementation ofFieldMatrixusing aFieldElement[][] 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.