org.ujmp.core.bytematrix.factory
Interface ByteMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractByteMatrix2DFactory, DefaultByteMatrix2DFactory

public interface ByteMatrix2DFactory
extends Serializable


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

Method Detail

dense

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

zeros

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


Copyright © 2010. All Rights Reserved.