Uses of Interface
org.ujmp.core.longmatrix.factory.LongMatrixFactory
-
Packages that use LongMatrixFactory Package Description org.ujmp.core.longmatrix.factory -
-
Uses of LongMatrixFactory in org.ujmp.core.longmatrix.factory
Subinterfaces of LongMatrixFactory in org.ujmp.core.longmatrix.factory Modifier and Type Interface Description interface
DenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
interface
DenseLongMatrixFactory<T extends DenseLongMatrix>
interface
LongMatrix2DFactory<T extends LongMatrix2D>
interface
SparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
interface
SparseLongMatrixFactory<T extends SparseLongMatrix>
Classes in org.ujmp.core.longmatrix.factory that implement LongMatrixFactory Modifier and Type Class Description class
AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
class
AbstractDenseLongMatrixFactory<T extends DenseLongMatrix>
class
AbstractLongMatrix2DFactory<T extends LongMatrix2D>
class
AbstractLongMatrixFactory<T extends LongMatrix>
class
AbstractSparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
class
AbstractSparseLongMatrixFactory<T extends SparseLongMatrix>
class
DefaultDenseLongMatrix2DFactory
class
DefaultDenseLongMatrixFactory
class
DefaultLongMatrix2DFactory
class
DefaultLongMatrixFactory
class
DefaultSparseLongMatrix2DFactory
class
DefaultSparseLongMatrixFactory
-