Uses of Class
org.apache.commons.math3.linear.AbstractRealMatrix
Packages that use AbstractRealMatrix
-
Uses of AbstractRealMatrix in org.apache.commons.math3.linear
Subclasses of AbstractRealMatrix in org.apache.commons.math3.linearModifier and TypeClassDescriptionclassImplementation ofRealMatrixusing adouble[][]array to store entries.classCache-friendly implementation of RealMatrix using a flat arrays to store square blocks of the matrix.classImplementation of a diagonal matrix.classSparse matrix implementation based on an open addressed map.