org.ujmp.core.doublematrix.factory
Interface DoubleMatrixFactory

All Superinterfaces:
MatrixFactoryRoot, Serializable
All Known Subinterfaces:
DenseDoubleMatrix2DFactory, DenseDoubleMatrixFactory, DoubleMatrix2DFactory, SparseDoubleMatrix2DFactory, SparseDoubleMatrixFactory
All Known Implementing Classes:
AbstractDoubleMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrixFactory, DefaultSparseDoubleMatrix2DFactory, DefaultSparseDoubleMatrixFactory

public interface DoubleMatrixFactory
extends MatrixFactoryRoot


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

Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.