org.ujmp.core.objectmatrix.factory
Class DefaultDenseObjectMatrixFactory

java.lang.Object
  extended by org.ujmp.core.matrix.factory.AbstractMatrixFactory
      extended by org.ujmp.core.objectmatrix.factory.DefaultDenseObjectMatrixFactory
All Implemented Interfaces:
Serializable, DenseMatrixFactory, MatrixFactoryRoot, DenseObjectMatrixFactory, ObjectMatrixFactory

public class DefaultDenseObjectMatrixFactory
extends AbstractMatrixFactory
implements DenseObjectMatrixFactory

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
DefaultDenseObjectMatrixFactory()
           
 
Method Summary
 DenseObjectMatrix zeros(long... size)
           
 
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

DefaultDenseObjectMatrixFactory

public DefaultDenseObjectMatrixFactory()
Method Detail

zeros

public DenseObjectMatrix zeros(long... size)
                        throws MatrixException
Specified by:
zeros in interface DenseMatrixFactory
Specified by:
zeros in interface MatrixFactoryRoot
Specified by:
zeros in interface DenseObjectMatrixFactory
Specified by:
zeros in interface ObjectMatrixFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.