Uses of Interface
org.ujmp.core.bytearraymatrix.DenseByteArrayMatrix
-
Packages that use DenseByteArrayMatrix Package Description org.ujmp.core.bytearraymatrix org.ujmp.core.bytearraymatrix.factory org.ujmp.core.bytearraymatrix.stub -
-
Uses of DenseByteArrayMatrix in org.ujmp.core.bytearraymatrix
Subinterfaces of DenseByteArrayMatrix in org.ujmp.core.bytearraymatrix Modifier and Type Interface Description interface
DenseByteArrayMatrix2D
-
Uses of DenseByteArrayMatrix in org.ujmp.core.bytearraymatrix.factory
Classes in org.ujmp.core.bytearraymatrix.factory with type parameters of type DenseByteArrayMatrix Modifier and Type Interface Description interface
DenseByteArrayMatrixFactory<T extends DenseByteArrayMatrix>
-
Uses of DenseByteArrayMatrix in org.ujmp.core.bytearraymatrix.stub
Classes in org.ujmp.core.bytearraymatrix.stub that implement DenseByteArrayMatrix Modifier and Type Class Description class
AbstractDenseByteArrayMatrix
class
AbstractDenseByteArrayMatrix2D
-