org.ujmp.core.charmatrix.factory
Interface CharMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractCharMatrix2DFactory, DefaultCharMatrix2DFactory

public interface CharMatrix2DFactory
extends Serializable


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

Method Detail

dense

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

zeros

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


Copyright © 2010. All Rights Reserved.