Interface BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,BigIntegerMatrixFactory<T>
,GenericMatrix2DFactory<T>
,Matrix2DFactory<T>
- All Known Implementing Classes:
AbstractBigIntegerMatrix2DFactory
,DefaultBigIntegerMatrix2DFactory
public interface BigIntegerMatrix2DFactory<T extends BigIntegerMatrix2D> extends GenericMatrix2DFactory<T>, BigIntegerMatrixFactory<T>
-
-
Method Summary
-
Methods inherited from interface org.ujmp.core.matrix.factory.BaseMatrixFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
-
-