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 TypeClassDescriptionclass
This 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 TypeInterfaceDescriptioninterface
Interface defining a real-valued matrix with basic algebraic operations.interface
Marker interface forRealMatrix
implementations that require sparse backing storageClasses in org.hipparchus.linear that implement BlendableModifier and TypeClassDescriptionclass
Basic implementation of RealMatrix methods regardless of the underlying storage.class
Implementation ofRealMatrix
using adouble[][]
array to store entries.class
Cache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.class
Implementation of a diagonal matrix.class
Sparse matrix implementation based on an open addressed map.