Uses of Interface
org.hipparchus.util.Blendable
-
Packages that use Blendable Package Description org.hipparchus.linear Linear algebra support. -
-
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.
-