Uses of Class
org.apache.commons.math4.legacy.linear.AbstractRealMatrix
-
Packages that use AbstractRealMatrix Package Description org.apache.commons.math4.legacy.linear Linear algebra support. -
-
Uses of AbstractRealMatrix in org.apache.commons.math4.legacy.linear
Subclasses of AbstractRealMatrix in org.apache.commons.math4.legacy.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.
-