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