org.ujmp.core.floatmatrix.factory
Interface FloatMatrix2DFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractFloatMatrix2DFactory, DefaultFloatMatrix2DFactory

public interface FloatMatrix2DFactory
extends Serializable


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

Method Detail

dense

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

zeros

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


Copyright © 2010. All Rights Reserved.