Uses of Interface
org.ujmp.core.bigintegermatrix.BigIntegerMatrix2D

Packages that use BigIntegerMatrix2D
org.ujmp.core.bigintegermatrix   
org.ujmp.core.bigintegermatrix.factory   
org.ujmp.core.bigintegermatrix.impl   
org.ujmp.core.bigintegermatrix.stub   
 

Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix
 

Subinterfaces of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix
 interface DenseBigIntegerMatrix2D
           
 interface SparseBigIntegerMatrix2D
           
 

Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix.factory
 

Methods in org.ujmp.core.bigintegermatrix.factory that return BigIntegerMatrix2D
 BigIntegerMatrix2D DefaultBigIntegerMatrix2DFactory.dense(long rows, long columns)
           
 BigIntegerMatrix2D BigIntegerMatrix2DFactory.dense(long rows, long columns)
           
 BigIntegerMatrix2D BigIntegerMatrix2DFactory.zeros(long rows, long columns)
           
 BigIntegerMatrix2D AbstractBigIntegerMatrix2DFactory.zeros(long rows, long columns)
           
 

Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix.impl
 

Classes in org.ujmp.core.bigintegermatrix.impl that implement BigIntegerMatrix2D
 class ArrayDenseBigIntegerMatrix2D
           
 class DefaultDenseBigIntegerMatrix2D
           
 

Uses of BigIntegerMatrix2D in org.ujmp.core.bigintegermatrix.stub
 

Classes in org.ujmp.core.bigintegermatrix.stub that implement BigIntegerMatrix2D
 class AbstractDenseBigIntegerMatrix2D
           
 class AbstractSparseBigIntegerMatrix2D
           
 



Copyright © 2010. All Rights Reserved.