Uses of Class
cern.colt.matrix.DoubleFactory2D
-
Packages that use DoubleFactory2D Package Description 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.bench Matrix benchmarks.cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix, without subsetting or supersetting. -
-
Uses of DoubleFactory2D in cern.colt.matrix
Fields in cern.colt.matrix declared as DoubleFactory2D Modifier and Type Field Description static DoubleFactory2DDoubleFactory2D. denseA factory producing dense matrices.static DoubleFactory2DDoubleFactory2D. rowCompressedA factory producing sparse row compressed matrices.static DoubleFactory2DDoubleFactory2D. sparseA factory producing sparse hash matrices. -
Uses of DoubleFactory2D in cern.colt.matrix.bench
Methods in cern.colt.matrix.bench that return DoubleFactory2D Modifier and Type Method Description protected static DoubleFactory2DBenchmarkMatrix. getFactory(java.lang.String type)Not yet documented. -
Uses of DoubleFactory2D in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as DoubleFactory2D Modifier and Type Field Description private static DoubleFactory2DTestMatrix2D. Factory2DMethods in cern.colt.matrix.impl with parameters of type DoubleFactory2D Modifier and Type Method Description static voidTestMatrix2D. doubleTest28(DoubleFactory2D f)static voidTestMatrix2D. doubleTest29(int size, DoubleFactory2D f)static voidTestMatrix2D. doubleTest29(DoubleFactory2D f)
-