Uses of Class
org.hipparchus.linear.AbstractRealMatrix
-
Packages that use AbstractRealMatrix Package Description org.hipparchus.linear Linear algebra support. -
-
Uses of AbstractRealMatrix in org.hipparchus.linear
Subclasses of AbstractRealMatrix in org.hipparchus.linear Modifier and Type Class Description 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.
-