Package org.ujmp.core.matrix.factory
Interface Matrix2DFactory<T extends Matrix2D>
-
- All Superinterfaces:
BaseMatrixFactory<T>
- All Known Subinterfaces:
BigDecimalMatrix2DFactory<T>
,BigIntegerMatrix2DFactory<T>
,BooleanMatrix2DFactory<T>
,BooleanMatrixFactory<T>
,ByteArrayMatrix2DFactory<T>
,ByteArrayMatrixFactory<T>
,ByteMatrix2DFactory<T>
,ByteMatrixFactory<T>
,CharMatrix2DFactory<T>
,CharMatrixFactory<T>
,DenseByteArrayMatrixFactory<T>
,DenseByteMatrixFactory<T>
,DenseCharMatrixFactory<T>
,DenseDoubleMatrix2DFactory<T>
,DenseFloatMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseIntMatrixFactory<T>
,DenseLongMatrix2DFactory<T>
,DenseLongMatrixFactory<T>
,DenseMatrix2DFactory<T>
,DenseNumberMatrix2DFactory<T>
,DenseObjectMatrix2DFactory<T>
,DenseShortMatrixFactory<T>
,DenseStringMatrix2DFactory<T>
,DenseStringMatrixFactory<T>
,DoubleMatrix2DFactory<T>
,DoubleMatrixFactory<T>
,FloatMatrix2DFactory<T>
,FloatMatrixFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixFactory<T>
,IntMatrix2DFactory<T>
,IntMatrixFactory<T>
,LongMatrix2DFactory<T>
,LongMatrixFactory<T>
,NumberMatrix2DFactory<T>
,NumberMatrixFactory<T>
,ObjectMatrix2DFactory<T>
,ObjectMatrixFactory<T>
,ShortMatrix2DFactory<T>
,ShortMatrixFactory<T>
,SparseByteArrayMatrixFactory<T>
,SparseByteMatrixFactory<T>
,SparseCharMatrixFactory<T>
,SparseDoubleMatrix2DFactory<T>
,SparseFloatMatrixFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseIntMatrixFactory<T>
,SparseLongMatrix2DFactory<T>
,SparseLongMatrixFactory<T>
,SparseMatrix2DFactory<T>
,SparseNumberMatrix2DFactory<T>
,SparseObjectMatrix2DFactory<T>
,SparseShortMatrixFactory<T>
,SparseStringMatrixFactory<T>
,StringMatrix2DFactory<T>
,StringMatrixFactory<T>
- All Known Implementing Classes:
AbstractBigDecimalMatrix2DFactory
,AbstractBigIntegerMatrix2DFactory
,AbstractBooleanMatrix2DFactory
,AbstractByteMatrix2DFactory
,AbstractCharMatrix2DFactory
,AbstractDenseDoubleMatrix2DFactory
,AbstractDenseLongMatrix2DFactory
,AbstractDenseLongMatrixFactory
,AbstractDenseStringMatrix2DFactory
,AbstractFloatMatrix2DFactory
,AbstractIntMatrix2DFactory
,AbstractLongMatrix2DFactory
,AbstractLongMatrixFactory
,AbstractShortMatrix2DFactory
,AbstractSparseDoubleMatrix2DFactory
,AbstractSparseLongMatrix2DFactory
,AbstractSparseLongMatrixFactory
,AbstractStringMatrix2DFactory
,ColtDenseDoubleMatrix2DFactory
,ColtSparseDoubleMatrix2DFactory
,CommonsMathArrayDenseDoubleMatrix2DFactory
,CommonsMathBlockDenseDoubleMatrix2DFactory
,CommonsMathDenseDoubleMatrix2DFactory
,DefaultBigDecimalMatrix2DFactory
,DefaultBigIntegerMatrix2DFactory
,DefaultBooleanMatrix2DFactory
,DefaultByteMatrix2DFactory
,DefaultCharMatrix2DFactory
,DefaultDenseDoubleMatrix2DFactory
,DefaultDenseLongMatrix2DFactory
,DefaultDenseLongMatrixFactory
,DefaultDenseObjectMatrix2DFactory
,DefaultDenseStringMatrix2DFactory
,DefaultFloatMatrix2DFactory
,DefaultIntMatrix2DFactory
,DefaultLongMatrix2DFactory
,DefaultLongMatrixFactory
,DefaultShortMatrix2DFactory
,DefaultSparseDoubleMatrix2DFactory
,DefaultSparseLongMatrix2DFactory
,DefaultSparseLongMatrixFactory
,DefaultSparseObjectMatrix2DFactory
,DefaultStringMatrix2DFactory
,JamaDenseDoubleMatrix2DFactory
,JBlasDenseDoubleMatrix2DFactory
,La4JDenseDoubleMatrix2DFactory
,VecMathDenseDoubleMatrix2DFactory
public interface Matrix2DFactory<T extends Matrix2D> extends BaseMatrixFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
zeros(long rows, long cols)
-
Methods inherited from interface org.ujmp.core.matrix.factory.BaseMatrixFactory
zeros
-
-
-
-
Method Detail
-
zeros
T zeros(long rows, long cols)
- Specified by:
zeros
in interfaceBaseMatrixFactory<T extends Matrix2D>
-
-