org.ujmp.core.doublematrix.factory
Interface DenseDoubleMatrixFactory

All Superinterfaces:
DenseMatrixFactory, DoubleMatrixFactory, MatrixFactoryRoot, Serializable
All Known Subinterfaces:
DenseDoubleMatrix2DFactory
All Known Implementing Classes:
DefaultDenseDoubleMatrix2DFactory, DefaultDenseDoubleMatrixFactory

public interface DenseDoubleMatrixFactory
extends DenseMatrixFactory, DoubleMatrixFactory


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

Method Detail

zeros

DenseDoubleMatrix zeros(long... size)
Specified by:
zeros in interface DenseMatrixFactory
Specified by:
zeros in interface DoubleMatrixFactory
Specified by:
zeros in interface MatrixFactoryRoot


Copyright © 2010. All Rights Reserved.