Uses of Class
org.ujmp.core.doublematrix.impl.DefaultSparseRowDoubleMatrix2D
-
Packages that use DefaultSparseRowDoubleMatrix2D Package Description org.ujmp.core.doublematrix.impl -
-
Uses of DefaultSparseRowDoubleMatrix2D in org.ujmp.core.doublematrix.impl
Fields in org.ujmp.core.doublematrix.impl declared as DefaultSparseRowDoubleMatrix2D Modifier and Type Field Description private DefaultSparseRowDoubleMatrix2D
NonZeroIterable. matrix
private DefaultSparseRowDoubleMatrix2D
NonZeroIterator. matrix
Constructors in org.ujmp.core.doublematrix.impl with parameters of type DefaultSparseRowDoubleMatrix2D Constructor Description NonZeroIterable(DefaultSparseRowDoubleMatrix2D matrix)
NonZeroIterator(DefaultSparseRowDoubleMatrix2D matrix)
-