org.ujmp.core.matrix.factory
Interface DenseMatrix2DFactory

All Superinterfaces:
DenseMatrixFactory, Matrix2DFactory, MatrixFactoryRoot, Serializable
All Known Subinterfaces:
DenseDoubleMatrix2DFactory, DenseObjectMatrix2DFactory
All Known Implementing Classes:
DefaultDenseDoubleMatrix2DFactory, DefaultDenseObjectMatrix2DFactory

public interface DenseMatrix2DFactory
extends DenseMatrixFactory, Matrix2DFactory


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

Method Detail

zeros

DenseMatrix2D zeros(long rows,
                    long cols)
                    throws MatrixException
Specified by:
zeros in interface Matrix2DFactory
Throws:
MatrixException

zeros

DenseMatrix2D zeros(long... size)
                    throws MatrixException
Specified by:
zeros in interface DenseMatrixFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.