org.ujmp.core.doublematrix.factory
Interface DenseDoubleMatrix2DFactory

All Superinterfaces:
DenseDoubleMatrixFactory, DenseMatrix2DFactory, DenseMatrixFactory, DoubleMatrix2DFactory, DoubleMatrixFactory, Matrix2DFactory, MatrixFactoryRoot, Serializable
All Known Implementing Classes:
DefaultDenseDoubleMatrix2DFactory

public interface DenseDoubleMatrix2DFactory
extends DenseMatrix2DFactory, DenseDoubleMatrixFactory, DoubleMatrix2DFactory


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

Method Detail

zeros

DenseDoubleMatrix2D zeros(long... size)
                          throws MatrixException
Specified by:
zeros in interface DenseDoubleMatrixFactory
Specified by:
zeros in interface DenseMatrix2DFactory
Specified by:
zeros in interface DenseMatrixFactory
Specified by:
zeros in interface DoubleMatrix2DFactory
Specified by:
zeros in interface DoubleMatrixFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot
Throws:
MatrixException

zeros

DenseDoubleMatrix2D zeros(long rows,
                          long cols)
                          throws MatrixException
Specified by:
zeros in interface DenseMatrix2DFactory
Specified by:
zeros in interface DoubleMatrix2DFactory
Specified by:
zeros in interface Matrix2DFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.