Uses of Interface
org.hipparchus.util.Blendable
Packages that use Blendable
Package
Description
This package is the top level package for geometry.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
Linear algebra support.
-
Uses of Blendable in org.hipparchus.geometry
Subinterfaces of Blendable in org.hipparchus.geometry -
Uses of Blendable in org.hipparchus.geometry.euclidean.oned
Classes in org.hipparchus.geometry.euclidean.oned that implement Blendable -
Uses of Blendable in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.geometry.euclidean.threed that implement BlendableModifier and TypeClassDescriptionclassThis class implements vectors in a three-dimensional space. -
Uses of Blendable in org.hipparchus.geometry.euclidean.twod
Classes in org.hipparchus.geometry.euclidean.twod that implement Blendable -
Uses of Blendable in org.hipparchus.linear
Subinterfaces of Blendable in org.hipparchus.linearModifier and TypeInterfaceDescriptioninterfaceInterface defining a real-valued matrix with basic algebraic operations.interfaceMarker interface forRealMatriximplementations that require sparse backing storageClasses in org.hipparchus.linear that implement BlendableModifier and TypeClassDescriptionclassBasic implementation of RealMatrix methods regardless of the underlying storage.classImplementation ofRealMatrixusing adouble[][]array to store entries.classCache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.classImplementation of a diagonal matrix.classSparse matrix implementation based on an open addressed map.