Uses of Class
org.apache.commons.math.linear.AbstractRealMatrix
- 
Packages that use AbstractRealMatrix Package Description org.apache.commons.math.linear Linear algebra support. - 
- 
Uses of AbstractRealMatrix in org.apache.commons.math.linear
Subclasses of AbstractRealMatrix in org.apache.commons.math.linear Modifier and Type Class Description classArray2DRowRealMatrixImplementation of RealMatrix using a double[][] array to store entries and LU decomposition to support linear system solution and inverse.classBlockRealMatrixCache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.classOpenMapRealMatrixSparse matrix implementation based on an open addressed map.classRealMatrixImplDeprecated.as of 2.0 replaced byArray2DRowRealMatrix 
 -