org.ujmp.core.objectmatrix.factory
Interface ObjectMatrix2DFactory

All Superinterfaces:
Matrix2DFactory, MatrixFactoryRoot, ObjectMatrixFactory, Serializable
All Known Subinterfaces:
DenseObjectMatrix2DFactory, SparseObjectMatrix2DFactory
All Known Implementing Classes:
DefaultDenseObjectMatrix2DFactory, DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface ObjectMatrix2DFactory
extends Matrix2DFactory, ObjectMatrixFactory


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

Method Detail

zeros

ObjectMatrix2D zeros(long rows,
                     long columns)
                     throws MatrixException
Specified by:
zeros in interface Matrix2DFactory
Throws:
MatrixException

zeros

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


Copyright © 2010. All Rights Reserved.