Colt 1.0.1

Uses of Class
cern.colt.matrix.DoubleFactory2D

Packages that use DoubleFactory2D
cern.colt.matrix Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3 and d-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes
cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of cern.colt.matrix, without subsetting or supersetting
 

Uses of DoubleFactory2D in cern.colt.matrix
 

Fields in cern.colt.matrix declared as DoubleFactory2D
static DoubleFactory2D dense
          A factory producing dense matrices.
static DoubleFactory2D sparse
          A factory producing sparse hash matrices.
static DoubleFactory2D rowCompressed
          A factory producing sparse row compressed matrices.
 

Uses of DoubleFactory2D in cern.colt.matrix.impl
 

Methods in cern.colt.matrix.impl with parameters of type DoubleFactory2D
static void doubleTest28(DoubleFactory2D f)
           
static void doubleTest29(int size, DoubleFactory2D f)
           
static void doubleTest29(DoubleFactory2D f)
           
 


Colt 1.0.1

Submit a bug or feature. Check the Colt home page for the latest news.