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

Packages that use BigIntegerMatrix
org.ujmp.core.bigintegermatrix   
org.ujmp.core.bigintegermatrix.calculation   
org.ujmp.core.bigintegermatrix.impl   
org.ujmp.core.bigintegermatrix.stub   
org.ujmp.core.interfaces   
org.ujmp.core.matrix   
 

Uses of BigIntegerMatrix in org.ujmp.core.bigintegermatrix
 

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

Uses of BigIntegerMatrix in org.ujmp.core.bigintegermatrix.calculation
 

Methods in org.ujmp.core.bigintegermatrix.calculation that return BigIntegerMatrix
 BigIntegerMatrix AbstractBigIntegerCalculation.calcLink()
           
 BigIntegerMatrix AbstractBigIntegerCalculation.calcNew()
           
 

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

Classes in org.ujmp.core.bigintegermatrix.impl that implement BigIntegerMatrix
 class ArrayDenseBigIntegerMatrix2D
           
 class BigIntegerCalculationMatrix
           
 class DefaultDenseBigIntegerMatrix2D
           
 class DefaultSparseBigIntegerMatrix
           
 

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

Classes in org.ujmp.core.bigintegermatrix.stub that implement BigIntegerMatrix
 class AbstractBigIntegerMatrix
           
 class AbstractDenseBigIntegerMatrix
           
 class AbstractDenseBigIntegerMatrix2D
           
 class AbstractSparseBigIntegerMatrix
           
 class AbstractSparseBigIntegerMatrix2D
           
 

Uses of BigIntegerMatrix in org.ujmp.core.interfaces
 

Methods in org.ujmp.core.interfaces that return BigIntegerMatrix
 BigIntegerMatrix Conversions.toBigIntegerMatrix()
           
 

Uses of BigIntegerMatrix in org.ujmp.core.matrix
 

Methods in org.ujmp.core.matrix that return BigIntegerMatrix
 BigIntegerMatrix AbstractMatrix.toBigIntegerMatrix()
           
 



Copyright © 2010. All Rights Reserved.