Uses of Interface
org.ujmp.core.bigdecimalmatrix.BigDecimalMatrix2D

Packages that use BigDecimalMatrix2D
org.ujmp.core.bigdecimalmatrix   
org.ujmp.core.bigdecimalmatrix.factory   
org.ujmp.core.bigdecimalmatrix.impl   
org.ujmp.core.bigdecimalmatrix.stub   
 

Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix
 

Subinterfaces of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix
 interface DenseBigDecimalMatrix2D
           
 interface SparseBigDecimalMatrix2D
           
 

Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix.factory
 

Methods in org.ujmp.core.bigdecimalmatrix.factory that return BigDecimalMatrix2D
 BigDecimalMatrix2D DefaultBigDecimalMatrix2DFactory.dense(long rows, long columns)
           
 BigDecimalMatrix2D BigDecimalMatrix2DFactory.dense(long rows, long columns)
           
 BigDecimalMatrix2D BigDecimalMatrix2DFactory.zeros(long rows, long columns)
           
 BigDecimalMatrix2D AbstractBigDecimalMatrix2DFactory.zeros(long rows, long columns)
           
 

Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix.impl
 

Classes in org.ujmp.core.bigdecimalmatrix.impl that implement BigDecimalMatrix2D
 class ArrayDenseBigDecimalMatrix2D
           
 class DefaultDenseBigDecimalMatrix2D
           
 

Uses of BigDecimalMatrix2D in org.ujmp.core.bigdecimalmatrix.stub
 

Classes in org.ujmp.core.bigdecimalmatrix.stub that implement BigDecimalMatrix2D
 class AbstractDenseBigDecimalMatrix2D
           
 class AbstractSparseBigDecimalMatrix2D
           
 



Copyright © 2010. All Rights Reserved.