Interface DoubleMatrixFactory<T extends DoubleMatrix>
- All Superinterfaces:
BaseDoubleMatrixFactory<T>
,BaseGenericMatrixFactory<T>
,BaseMatrixFactory<T>
,BaseNumberMatrixFactory<T>
,DenseDoubleMatrix2DFactory<T>
,DenseDoubleMatrixFactory<T>
,DenseDoubleMatrixMultiDFactory<T>
,DenseGenericMatrix2DFactory<T>
,DenseGenericMatrixFactory<T>
,DenseGenericMatrixMultiDFactory<T>
,DenseMatrix2DFactory<T>
,DenseMatrixFactory<T>
,DenseMatrixMultiDFactory<T>
,DenseNumberMatrix2DFactory<T>
,DenseNumberMatrixFactory<T>
,DenseNumberMatrixMultiDFactory<T>
,DoubleMatrix2DFactory<T>
,DoubleMatrixMultiDFactory<T>
,GenericMatrix2DFactory<T>
,GenericMatrixFactory<T>
,GenericMatrixMultiDFactory<T>
,Matrix2DFactory<T>
,MatrixMultiDFactory<T>
,NumberMatrix2DFactory<T>
,NumberMatrixFactory<T>
,NumberMatrixMultiDFactory<T>
,SparseDoubleMatrix2DFactory<T>
,SparseDoubleMatrixFactory<T>
,SparseDoubleMatrixMultiDFactory<T>
,SparseGenericMatrix2DFactory<T>
,SparseGenericMatrixFactory<T>
,SparseGenericMatrixMultiDFactory<T>
,SparseMatrix2DFactory<T>
,SparseMatrixFactory<T>
,SparseMatrixMultiDFactory<T>
,SparseNumberMatrix2DFactory<T>
,SparseNumberMatrixFactory<T>
,SparseNumberMatrixMultiDFactory<T>
public interface DoubleMatrixFactory<T extends DoubleMatrix>
extends DenseDoubleMatrix2DFactory<T>, DenseDoubleMatrixMultiDFactory<T>, SparseDoubleMatrix2DFactory<T>, SparseDoubleMatrixMultiDFactory<T>, NumberMatrixFactory<T>
-
Field Summary
-
Method Summary
Methods inherited from interface org.ujmp.core.doublematrix.factory.DenseDoubleMatrixMultiDFactory
eye, ones, rand, randn
Methods inherited from interface org.ujmp.core.doublematrix.factory.DoubleMatrix2DFactory
eye, ones, rand, randn
Methods inherited from interface org.ujmp.core.matrix.factory.Matrix2DFactory
zeros
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixMultiDFactory
zeros