org.ujmp.core.stringmatrix.factory
Interface StringMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractStringMatrix2DFactory, DefaultStringMatrix2DFactory

public interface StringMatrix2DFactory
extends Serializable


Method Summary
 StringMatrix2D dense(long... size)
           
 StringMatrix2D dense(long rows, long columns)
           
 

Method Detail

dense

StringMatrix2D dense(long rows,
                     long columns)
                     throws MatrixException
Throws:
MatrixException

dense

StringMatrix2D dense(long... size)
                     throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.