Uses of Interface
org.hipparchus.util.Blendable
Packages that use 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.