Uses of Interface
org.hipparchus.util.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
-
Uses of Blendable in org.hipparchus.geometry.euclidean.oned
-
Uses of Blendable in org.hipparchus.geometry.euclidean.threed
Modifier and TypeClassDescriptionclass
This class implements vectors in a three-dimensional space. -
Uses of Blendable in org.hipparchus.geometry.euclidean.twod
-
Uses of Blendable in org.hipparchus.linear
Modifier and TypeInterfaceDescriptioninterface
Interface defining a real-valued matrix with basic algebraic operations.interface
Marker interface forRealMatrix
implementations that require sparse backing storageModifier 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.