org.ujmp.core.objectmatrix.factory
Interface DenseObjectMatrixFactory

All Superinterfaces:
DenseMatrixFactory, MatrixFactoryRoot, ObjectMatrixFactory, Serializable
All Known Subinterfaces:
DenseObjectMatrix2DFactory
All Known Implementing Classes:
DefaultDenseObjectMatrix2DFactory, DefaultDenseObjectMatrixFactory

public interface DenseObjectMatrixFactory
extends DenseMatrixFactory, ObjectMatrixFactory


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

Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.