org.ujmp.core.matrix.factory
Interface Matrix2DFactory

All Superinterfaces:
MatrixFactoryRoot, Serializable
All Known Subinterfaces:
DenseDoubleMatrix2DFactory, DenseMatrix2DFactory, DenseObjectMatrix2DFactory, DoubleMatrix2DFactory, ObjectMatrix2DFactory, SparseDoubleMatrix2DFactory, SparseMatrix2DFactory, SparseObjectMatrix2DFactory
All Known Implementing Classes:
AbstractDoubleMatrix2DFactory, DefaultDenseDoubleMatrix2DFactory, DefaultDenseObjectMatrix2DFactory, DefaultSparseDoubleMatrix2DFactory, DefaultSparseObjectMatrix2DFactory, DefaultSparseObjectMatrixFactory

public interface Matrix2DFactory
extends MatrixFactoryRoot


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

Method Detail

zeros

Matrix2D zeros(long rows,
               long columns)

zeros

Matrix2D zeros(long... size)
Specified by:
zeros in interface MatrixFactoryRoot


Copyright © 2010. All Rights Reserved.