Uses of Interface
org.apache.commons.math.linear.SparseRealVector
-
Packages that use SparseRealVector Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of SparseRealVector in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement SparseRealVector Modifier and Type Class Description class
OpenMapRealVector
This class implements theRealVector
interface with aOpenIntToDoubleHashMap
backing store.
-