org.ujmp.core.stringmatrix.factory
Class AbstractStringMatrix2DFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStringMatrix2DFactory
public AbstractStringMatrix2DFactory()
dense
public StringMatrix2D dense(long rows,
long columns)
throws MatrixException
- Specified by:
dense
in interface StringMatrix2DFactory
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.