org.ujmp.core.doublematrix.factory
Class AbstractDoubleMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.matrix.factory.AbstractMatrixFactory
      extended by org.ujmp.core.doublematrix.factory.AbstractDoubleMatrix2DFactory
All Implemented Interfaces:
Serializable, DoubleMatrix2DFactory, DoubleMatrixFactory, Matrix2DFactory, MatrixFactoryRoot
Direct Known Subclasses:
DefaultDenseDoubleMatrix2DFactory, DefaultSparseDoubleMatrix2DFactory

public abstract class AbstractDoubleMatrix2DFactory
extends AbstractMatrixFactory
implements DoubleMatrix2DFactory

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
AbstractDoubleMatrix2DFactory()
           
 
Method Summary
 DoubleMatrix2D 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.doublematrix.factory.DoubleMatrix2DFactory
zeros
 
Methods inherited from interface org.ujmp.core.matrix.factory.MatrixFactoryRoot
eye, ones, rand, randn
 

Constructor Detail

AbstractDoubleMatrix2DFactory

public AbstractDoubleMatrix2DFactory()
Method Detail

zeros

public DoubleMatrix2D zeros(long... size)
Specified by:
zeros in interface DoubleMatrix2DFactory
Specified by:
zeros in interface DoubleMatrixFactory
Specified by:
zeros in interface Matrix2DFactory
Specified by:
zeros in interface MatrixFactoryRoot


Copyright © 2010. All Rights Reserved.