Uses of Class
org.hipparchus.linear.AbstractRealMatrix
-
Uses of AbstractRealMatrix in org.hipparchus.linear
Modifier and TypeClassDescriptionclass
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.