Uses of Interface
org.hipparchus.util.Blendable
-
Packages that use Blendable Package Description org.hipparchus.geometry This package is the top level package for geometry.org.hipparchus.geometry.euclidean.oned This package provides basic 1D geometry components.org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components.org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components.org.hipparchus.linear Linear algebra support. -
-
Uses of Blendable in org.hipparchus.geometry
Subinterfaces of Blendable in org.hipparchus.geometry Modifier and Type Interface Description interface
Vector<S extends Space,V extends Vector<S,V>>
This interface represents a generic vector in a vectorial space or a point in an affine space. -
Uses of Blendable in org.hipparchus.geometry.euclidean.oned
Classes in org.hipparchus.geometry.euclidean.oned that implement Blendable Modifier and Type Class Description class
Vector1D
This class represents a 1D vector. -
Uses of Blendable in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.geometry.euclidean.threed that implement Blendable Modifier and Type Class Description class
Vector3D
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 Modifier and Type Class Description class
Vector2D
This class represents a 2D vector. -
Uses of Blendable in org.hipparchus.linear
Subinterfaces of Blendable in org.hipparchus.linear Modifier and Type Interface Description interface
RealMatrix
Interface defining a real-valued matrix with basic algebraic operations.interface
SparseRealMatrix
Marker interface forRealMatrix
implementations that require sparse backing storageClasses in org.hipparchus.linear that implement Blendable Modifier and Type Class Description class
AbstractRealMatrix
Basic implementation of RealMatrix methods regardless of the underlying storage.class
Array2DRowRealMatrix
Implementation ofRealMatrix
using adouble[][]
array to store entries.class
BlockRealMatrix
Cache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.class
DiagonalMatrix
Implementation of a diagonal matrix.class
OpenMapRealMatrix
Sparse matrix implementation based on an open addressed map.
-