org.ujmp.core.charmatrix.factory
Class AbstractCharMatrix2DFactory

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

public abstract class AbstractCharMatrix2DFactory
extends Object
implements CharMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractCharMatrix2DFactory()
           
 
Method Summary
 CharMatrix2D zeros(long rows, long columns)
           
 
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.charmatrix.factory.CharMatrix2DFactory
dense
 

Constructor Detail

AbstractCharMatrix2DFactory

public AbstractCharMatrix2DFactory()
Method Detail

zeros

public CharMatrix2D zeros(long rows,
                          long columns)
                   throws MatrixException
Specified by:
zeros in interface CharMatrix2DFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.