Interface GenericMatrixFactory<T extends GenericMatrix<?>>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseMatrix2DFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixMultiDFactory<T>
,Matrix2DFactory<T>
,MatrixMultiDFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
- All Known Subinterfaces:
BooleanMatrix2DFactory<T>
,BooleanMatrixFactory<T>
,ByteArrayMatrix2DFactory<T>
,ByteArrayMatrixFactory<T>
,ByteMatrix2DFactory<T>
,ByteMatrixFactory<T>
,CharMatrix2DFactory<T>
,CharMatrixFactory<T>
,DenseByteArrayMatrixFactory<T>
,DenseByteMatrixFactory<T>
,DenseCharMatrixFactory<T>
,DenseFloatMatrixFactory<T>
,DenseIntMatrixFactory<T>
,DenseLongMatrix2DFactory<T>
,DenseLongMatrixFactory<T>
,DenseShortMatrixFactory<T>
,DenseStringMatrix2DFactory<T>
,DenseStringMatrixFactory<T>
,DoubleMatrixFactory<T>
,FloatMatrix2DFactory<T>
,FloatMatrixFactory<T>
,IntMatrix2DFactory<T>
,IntMatrixFactory<T>
,LongMatrix2DFactory<T>
,LongMatrixFactory<T>
,NumberMatrixFactory<T>
,ObjectMatrixFactory<T>
,ShortMatrix2DFactory<T>
,ShortMatrixFactory<T>
,SparseByteArrayMatrixFactory<T>
,SparseByteMatrixFactory<T>
,SparseCharMatrixFactory<T>
,SparseFloatMatrixFactory<T>
,SparseIntMatrixFactory<T>
,SparseLongMatrix2DFactory<T>
,SparseLongMatrixFactory<T>
,SparseShortMatrixFactory<T>
,SparseStringMatrixFactory<T>
,StringMatrix2DFactory<T>
,StringMatrixFactory<T>
- All Known Implementing Classes:
AbstractBooleanMatrix2DFactory
,AbstractByteMatrix2DFactory
,AbstractCharMatrix2DFactory
,AbstractDenseLongMatrix2DFactory
,AbstractDenseLongMatrixFactory
,AbstractDenseStringMatrix2DFactory
,AbstractFloatMatrix2DFactory
,AbstractIntMatrix2DFactory
,AbstractLongMatrix2DFactory
,AbstractLongMatrixFactory
,AbstractShortMatrix2DFactory
,AbstractSparseLongMatrix2DFactory
,AbstractSparseLongMatrixFactory
,AbstractStringMatrix2DFactory
,DefaultBooleanMatrix2DFactory
,DefaultByteMatrix2DFactory
,DefaultCharMatrix2DFactory
,DefaultDenseLongMatrix2DFactory
,DefaultDenseLongMatrixFactory
,DefaultDenseStringMatrix2DFactory
,DefaultFloatMatrix2DFactory
,DefaultIntMatrix2DFactory
,DefaultLongMatrix2DFactory
,DefaultLongMatrixFactory
,DefaultShortMatrix2DFactory
,DefaultSparseLongMatrix2DFactory
,DefaultSparseLongMatrixFactory
,DefaultStringMatrix2DFactory
public interface GenericMatrixFactory<T extends GenericMatrix<?>> extends DenseGenericMatrix2DFactory<T>, DenseGenericMatrixMultiDFactory<T>, SparseGenericMatrix2DFactory<T>, SparseGenericMatrixMultiDFactory<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
-
-