Uses of Class
org.apache.commons.math4.linear.AbstractRealMatrix
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of AbstractRealMatrix in org.apache.commons.math4.linear
Subclasses of AbstractRealMatrix in org.apache.commons.math4.linear Modifier and Type Class Description classArray2DRowRealMatrixImplementation ofRealMatrixusing adouble[][]array to store entries.classBlockRealMatrixCache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.classDiagonalMatrixImplementation of a diagonal matrix.classOpenMapRealMatrixSparse matrix implementation based on an open addressed map.