org.ujmp.orbital
Class OrbitalDenseDoubleMatrix2DFactory

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

public class OrbitalDenseDoubleMatrix2DFactory
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
OrbitalDenseDoubleMatrix2DFactory()
           
 
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

OrbitalDenseDoubleMatrix2DFactory

public OrbitalDenseDoubleMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.