org.ujmp.core.charmatrix.factory
Class DefaultCharMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.charmatrix.factory.AbstractCharMatrix2DFactory
      extended by org.ujmp.core.charmatrix.factory.DefaultCharMatrix2DFactory
All Implemented Interfaces:
Serializable, CharMatrix2DFactory

public class DefaultCharMatrix2DFactory
extends AbstractCharMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
DefaultCharMatrix2DFactory()
           
 
Method Summary
 CharMatrix2D dense(long rows, long columns)
           
 
Methods inherited from class org.ujmp.core.charmatrix.factory.AbstractCharMatrix2DFactory
zeros
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCharMatrix2DFactory

public DefaultCharMatrix2DFactory()
Method Detail

dense

public CharMatrix2D dense(long rows,
                          long columns)
                   throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.