org.ujmp.core.doublematrix.factory
Interface DoubleMatrix2DFactory

All Superinterfaces:
DoubleMatrixFactory, Matrix2DFactory, MatrixFactoryRoot, Serializable
All Known Subinterfaces:
DenseDoubleMatrix2DFactory, SparseDoubleMatrix2DFactory
All Known Implementing Classes:
AbstractDoubleMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, DefaultSparseDoubleMatrix2DFactory

public interface DoubleMatrix2DFactory
extends Matrix2DFactory, DoubleMatrixFactory


Field Summary
 
Fields inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
ALL, COLUMN, NONE, ROW, X, Y, Z
 
Method Summary
 DoubleMatrix2D zeros(long... size)
           
 DoubleMatrix2D zeros(long rows, long columns)
           
 
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
eye, ones, rand, randn
 

Method Detail

zeros

DoubleMatrix2D zeros(long rows,
                     long columns)
Specified by:
zeros in interface Matrix2DFactory

zeros

DoubleMatrix2D zeros(long... size)
Specified by:
zeros in interface DoubleMatrixFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot


Copyright © 2010. All Rights Reserved.