org.ujmp.jama
Class JamaDenseDoubleMatrix2DFactory

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

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

JamaDenseDoubleMatrix2DFactory

public JamaDenseDoubleMatrix2DFactory()
Method Detail

zeros

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


Copyright © 2010. All Rights Reserved.