org.ujmp.core.stringmatrix.factory
Class DefaultStringMatrix2DFactory

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

public class DefaultStringMatrix2DFactory
extends AbstractStringMatrix2DFactory

See Also:
Serialized Form

Constructor Summary
DefaultStringMatrix2DFactory()
           
 
Method Summary
 StringMatrix2D dense(long... size)
           
 StringMatrix2D dense(long rows, long columns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStringMatrix2DFactory

public DefaultStringMatrix2DFactory()
Method Detail

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.