org.ujmp.core.objectmatrix.factory
Class DefaultDenseObjectMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.matrix.factory.AbstractMatrixFactory
      extended by org.ujmp.core.objectmatrix.factory.DefaultDenseObjectMatrix2DFactory
All Implemented Interfaces:
Serializable, DenseMatrix2DFactory, DenseMatrixFactory, Matrix2DFactory, MatrixFactoryRoot, DenseObjectMatrix2DFactory, DenseObjectMatrixFactory, ObjectMatrix2DFactory, ObjectMatrixFactory

public class DefaultDenseObjectMatrix2DFactory
extends AbstractMatrixFactory
implements DenseObjectMatrix2DFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
ALL, COLUMN, NONE, ROW, X, Y, Z
 
Constructor Summary
DefaultDenseObjectMatrix2DFactory()
           
 
Method Summary
 DenseObjectMatrix2D zeros(long... size)
           
 DenseObjectMatrix2D zeros(long rows, long columns)
           
 
Methods inherited from class org.ujmp.core.matrix.factory.AbstractMatrixFactory
eye, ones, rand, randn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
eye, ones, rand, randn
 

Constructor Detail

DefaultDenseObjectMatrix2DFactory

public DefaultDenseObjectMatrix2DFactory()
Method Detail

zeros

public DenseObjectMatrix2D zeros(long rows,
                                 long columns)
                          throws MatrixException
Specified by:
zeros in interface DenseMatrix2DFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface DenseObjectMatrix2DFactory
Specified by:
zeros in interface ObjectMatrix2DFactory
Throws:
MatrixException

zeros

public DenseObjectMatrix2D zeros(long... size)
                          throws MatrixException
Specified by:
zeros in interface DenseMatrix2DFactory
Specified by:
zeros in interface DenseMatrixFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot
Specified by:
zeros in interface DenseObjectMatrix2DFactory
Specified by:
zeros in interface DenseObjectMatrixFactory
Specified by:
zeros in interface ObjectMatrix2DFactory
Specified by:
zeros in interface ObjectMatrixFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.