org.ujmp.core.stringmatrix.factory
Class AbstractStringMatrix2DFactory

java.lang.Object
  extended by org.ujmp.core.stringmatrix.factory.AbstractStringMatrix2DFactory
All Implemented Interfaces:
Serializable, StringMatrix2DFactory
Direct Known Subclasses:
DefaultStringMatrix2DFactory

public abstract class AbstractStringMatrix2DFactory
extends Object
implements StringMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
AbstractStringMatrix2DFactory()
           
 
Method Summary
 StringMatrix2D dense(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.stringmatrix.factory.StringMatrix2DFactory
dense
 

Constructor Detail

AbstractStringMatrix2DFactory

public AbstractStringMatrix2DFactory()
Method Detail

dense

public StringMatrix2D dense(long rows,
                            long columns)
                     throws MatrixException
Specified by:
dense in interface StringMatrix2DFactory
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.