Interface NumberMatrixFactory<T extends NumberMatrix<?>>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseMatrix2DFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,DenseNumberMatrix2DFactory<T>
,DenseNumberMatrixFactory<T>
,DenseNumberMatrixMultiDFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixFactory<T>
,GenericMatrixMultiDFactory<T>
,Matrix2DFactory<T>
,MatrixMultiDFactory<T>
,NumberMatrix2DFactory<T>
,NumberMatrixMultiDFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
,SparseNumberMatrix2DFactory<T>
,SparseNumberMatrixFactory<T>
,SparseNumberMatrixMultiDFactory<T>
- All Known Subinterfaces:
DoubleMatrixFactory<T>
public interface NumberMatrixFactory<T extends NumberMatrix<?>> extends DenseNumberMatrix2DFactory<T>, DenseNumberMatrixMultiDFactory<T>, SparseNumberMatrix2DFactory<T>, SparseNumberMatrixMultiDFactory<T>, GenericMatrixFactory<T>
-
-
Method Summary
-
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros
-
-