Class AbstractSparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD>
- java.lang.Object
-
- org.ujmp.core.doublematrix.factory.AbstractSparseDoubleMatrixMultiDFactory<T>
-
- All Implemented Interfaces:
BaseDoubleMatrixFactory<T>
,DoubleMatrixMultiDFactory<T>
,SparseDoubleMatrixFactory<T>
,SparseDoubleMatrixMultiDFactory<T>
,BaseGenericMatrixFactory<T>
,GenericMatrixMultiDFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,BaseMatrixFactory<T>
,MatrixMultiDFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
,BaseNumberMatrixFactory<T>
,NumberMatrixMultiDFactory<T>
,SparseNumberMatrixFactory<T>
,SparseNumberMatrixMultiDFactory<T>
public abstract class AbstractSparseDoubleMatrixMultiDFactory<T extends SparseDoubleMatrixMultiD> extends java.lang.Object implements SparseDoubleMatrixMultiDFactory<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractSparseDoubleMatrixMultiDFactory()
-
Method Summary
All Methods Instance Methods Concrete 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ujmp.core.matrix.factory.BaseMatrixFactory
zeros
-
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros
-
-