org.ujmp.parallelcolt
Class ParallelColtDenseDoubleMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.matrix.factory.AbstractMatrixFactory
      extended by org.ujmp.core.doublematrix.factory.AbstractDoubleMatrix2DFactory
          extended by org.ujmp.parallelcolt.ParallelColtDenseDoubleMatrix2DFactory
All Implemented Interfaces:
Serializable, DoubleMatrix2DFactory, DoubleMatrixFactory, Matrix2DFactory, MatrixFactoryRoot

public class ParallelColtDenseDoubleMatrix2DFactory
extends AbstractDoubleMatrix2DFactory

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
ParallelColtDenseDoubleMatrix2DFactory()
           
 
Method Summary
 DenseDoubleMatrix2D zeros(long rows, long columns)
           
 
Methods inherited from class org.ujmp.core.doublematrix.factory.AbstractDoubleMatrix2DFactory
zeros
 
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

ParallelColtDenseDoubleMatrix2DFactory

public ParallelColtDenseDoubleMatrix2DFactory()
Method Detail

zeros

public DenseDoubleMatrix2D zeros(long rows,
                                 long columns)
                          throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.