Package org.ujmp.core.longmatrix.factory
Interface LongMatrixFactory<T extends LongMatrix>
-
- All Superinterfaces:
BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseMatrix2DFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixFactory<T>
,GenericMatrixMultiDFactory<T>
,Matrix2DFactory<T>
,MatrixMultiDFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
- All Known Subinterfaces:
DenseLongMatrix2DFactory<T>
,DenseLongMatrixFactory<T>
,LongMatrix2DFactory<T>
,SparseLongMatrix2DFactory<T>
,SparseLongMatrixFactory<T>
- All Known Implementing Classes:
AbstractDenseLongMatrix2DFactory
,AbstractDenseLongMatrixFactory
,AbstractLongMatrix2DFactory
,AbstractLongMatrixFactory
,AbstractSparseLongMatrix2DFactory
,AbstractSparseLongMatrixFactory
,DefaultDenseLongMatrix2DFactory
,DefaultDenseLongMatrixFactory
,DefaultLongMatrix2DFactory
,DefaultLongMatrixFactory
,DefaultSparseLongMatrix2DFactory
,DefaultSparseLongMatrixFactory
public interface LongMatrixFactory<T extends LongMatrix> extends GenericMatrixFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
eye(long... size)
T
ones(long... size)
T
rand(long... size)
T
randn(long... size)
-
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros
-
-