org.ujmp.core.doublematrix.factory
Interface DoubleMatrix2DFactory<T extends DoubleMatrix2D>
-
- All Superinterfaces:
- BaseDoubleMatrixFactory<T>, BaseGenericMatrixFactory<T>, BaseMatrixFactory<T>, BaseNumberMatrixFactory<T>, GenericMatrix2DFactory<T>, Matrix2DFactory<T>, NumberMatrix2DFactory<T>
- All Known Subinterfaces:
- DenseDoubleMatrix2DFactory<T>, DoubleMatrixFactory<T>, SparseDoubleMatrix2DFactory<T>
- All Known Implementing Classes:
- AbstractDenseDoubleMatrix2DFactory, AbstractSparseDoubleMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, DefaultSparseDoubleMatrix2DFactory
public interface DoubleMatrix2DFactory<T extends DoubleMatrix2D> extends NumberMatrix2DFactory<T>, BaseDoubleMatrixFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Teye(long rows, long cols)Tones(long rows, long cols)Trand(long rows, long cols)Trandn(long rows, long cols)-
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.BaseMatrixFactory
zeros
-
-
DataMelt 3.0 © DataMelt by jWork.ORG