org.ujmp.core.shortmatrix.factory
Interface ShortMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractShortMatrix2DFactory, DefaultShortMatrix2DFactory

public interface ShortMatrix2DFactory
extends Serializable


Method Summary
 ShortMatrix2D dense(long rows, long columns)
           
 ShortMatrix2D zeros(long rows, long columns)
           
 

Method Detail

dense

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

zeros

ShortMatrix2D zeros(long rows,
                    long columns)
                    throws MatrixException
Throws:
MatrixException


Copyright © 2010. All Rights Reserved.