org.ujmp.core.matrix.factory
Interface DenseMatrixFactory

All Superinterfaces:
MatrixFactoryRoot, Serializable
All Known Subinterfaces:
DenseDoubleMatrix2DFactory, DenseDoubleMatrixFactory, DenseMatrix2DFactory, DenseObjectMatrix2DFactory, DenseObjectMatrixFactory
All Known Implementing Classes:
DefaultDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrixFactory, DefaultDenseObjectMatrix2DFactory, DefaultDenseObjectMatrixFactory

public interface DenseMatrixFactory
extends MatrixFactoryRoot


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

Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.