Interface DenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD>
-
- All Superinterfaces:
BaseDoubleMatrixFactory<T>
,BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,DenseDoubleMatrixFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,DenseNumberMatrixFactory<T>
,DenseNumberMatrixMultiDFactory<T>
,DoubleMatrixMultiDFactory<T>
,GenericMatrixMultiDFactory<T>
,MatrixMultiDFactory<T>
,NumberMatrixMultiDFactory<T>
- All Known Subinterfaces:
DoubleMatrixFactory<T>
- All Known Implementing Classes:
AbstractDenseDoubleMatrixMultiDFactory
,DefaultDenseDoubleMatrixMultiDFactory
public interface DenseDoubleMatrixMultiDFactory<T extends DenseDoubleMatrixMultiD> extends DenseNumberMatrixMultiDFactory<T>, DenseDoubleMatrixFactory<T>, DoubleMatrixMultiDFactory<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.BaseMatrixFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros
-
-