org.ujmp.core.stringmatrix.factory
Class DefaultStringMatrix2DFactory
java.lang.Object
org.ujmp.core.stringmatrix.factory.AbstractStringMatrix2DFactory
org.ujmp.core.stringmatrix.factory.DefaultStringMatrix2DFactory
- All Implemented Interfaces:
- Serializable, StringMatrix2DFactory
public class DefaultStringMatrix2DFactory
- extends AbstractStringMatrix2DFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStringMatrix2DFactory
public DefaultStringMatrix2DFactory()
dense
public StringMatrix2D dense(long rows,
long columns)
throws MatrixException
- Specified by:
dense
in interface StringMatrix2DFactory
- Overrides:
dense
in class AbstractStringMatrix2DFactory
- Throws:
MatrixException
dense
public StringMatrix2D dense(long... size)
throws MatrixException
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.