org.ujmp.core.bigdecimalmatrix.factory
Interface BigDecimalMatrix2DFactory
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AbstractBigDecimalMatrix2DFactory, DefaultBigDecimalMatrix2DFactory
public interface BigDecimalMatrix2DFactory
- extends Serializable
dense
BigDecimalMatrix2D dense(long rows,
long columns)
throws MatrixException
- Throws:
MatrixException
zeros
BigDecimalMatrix2D zeros(long rows,
long columns)
throws MatrixException
- Throws:
MatrixException
Copyright © 2010. All Rights Reserved.