org.ujmp.core.doublematrix.factory
Class DefaultDenseDoubleMatrixFactory

java.lang.Object
  extended by org.ujmp.core.matrix.factory.AbstractMatrixFactory
      extended by org.ujmp.core.doublematrix.factory.DefaultDenseDoubleMatrixFactory
All Implemented Interfaces:
Serializable, DenseDoubleMatrixFactory, DoubleMatrixFactory, DenseMatrixFactory, MatrixFactoryRoot

public class DefaultDenseDoubleMatrixFactory
extends AbstractMatrixFactory
implements DenseDoubleMatrixFactory

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
DefaultDenseDoubleMatrixFactory()
           
 
Method Summary
 DenseDoubleMatrix 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

DefaultDenseDoubleMatrixFactory

public DefaultDenseDoubleMatrixFactory()
Method Detail

zeros

public DenseDoubleMatrix zeros(long... size)
                        throws MatrixException
Specified by:
zeros in interface DenseDoubleMatrixFactory
Specified by:
zeros in interface DoubleMatrixFactory
Specified by:
zeros in interface DenseMatrixFactory
Specified by:
zeros in interface MatrixFactoryRoot
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.