org.ujmp.core.objectmatrix.factory
Interface DenseObjectMatrix2DFactory

All Superinterfaces:
DenseMatrix2DFactory, DenseMatrixFactory, DenseObjectMatrixFactory, Matrix2DFactory, MatrixFactoryRoot, ObjectMatrix2DFactory, ObjectMatrixFactory, Serializable
All Known Implementing Classes:
DefaultDenseObjectMatrix2DFactory

public interface DenseObjectMatrix2DFactory
extends DenseMatrix2DFactory, DenseObjectMatrixFactory, ObjectMatrix2DFactory


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

Method Detail

zeros

DenseObjectMatrix2D zeros(long... size)
                          throws MatrixException
Specified by:
zeros in interface DenseMatrix2DFactory
Specified by:
zeros in interface DenseMatrixFactory
Specified by:
zeros in interface DenseObjectMatrixFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot
Specified by:
zeros in interface ObjectMatrix2DFactory
Specified by:
zeros in interface ObjectMatrixFactory
Throws:
MatrixException

zeros

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


Copyright © 2010. All Rights Reserved.