org.ujmp.core.objectmatrix.factory
Interface ObjectMatrixFactory

All Superinterfaces:
MatrixFactoryRoot, Serializable
All Known Subinterfaces:
DenseObjectMatrix2DFactory, DenseObjectMatrixFactory, ObjectMatrix2DFactory, SparseObjectMatrix2DFactory, SparseObjectMatrixFactory
All Known Implementing Classes:
DefaultDenseObjectMatrix2DFactory, DefaultDenseObjectMatrixFactory, DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface ObjectMatrixFactory
extends MatrixFactoryRoot


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

Method Detail

zeros

ObjectMatrix zeros(long... size)
                   throws MatrixException
Specified by:
zeros in interface MatrixFactoryRoot
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.