Uses of Interface
org.ujmp.core.longmatrix.factory.LongMatrix2DFactory
-
Packages that use LongMatrix2DFactory Package Description org.ujmp.core.longmatrix org.ujmp.core.longmatrix.factory -
-
Uses of LongMatrix2DFactory in org.ujmp.core.longmatrix
Fields in org.ujmp.core.longmatrix declared as LongMatrix2DFactory Modifier and Type Field Description static LongMatrix2DFactory<? extends LongMatrix2D>
LongMatrix2D. Factory
-
Uses of LongMatrix2DFactory in org.ujmp.core.longmatrix.factory
Subinterfaces of LongMatrix2DFactory in org.ujmp.core.longmatrix.factory Modifier and Type Interface Description interface
DenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
interface
SparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
Classes in org.ujmp.core.longmatrix.factory that implement LongMatrix2DFactory Modifier and Type Class Description class
AbstractDenseLongMatrix2DFactory<T extends DenseLongMatrix2D>
class
AbstractLongMatrix2DFactory<T extends LongMatrix2D>
class
AbstractSparseLongMatrix2DFactory<T extends SparseLongMatrix2D>
class
DefaultDenseLongMatrix2DFactory
class
DefaultLongMatrix2DFactory
class
DefaultSparseLongMatrix2DFactory
-