Uses of Class
cern.colt.matrix.DoubleFactory1D
-
Packages that use DoubleFactory1D 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.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 DoubleFactory1D in cern.colt.matrix
Fields in cern.colt.matrix declared as DoubleFactory1D Modifier and Type Field Description static DoubleFactory1D
DoubleFactory1D. dense
A factory producing dense matrices.static DoubleFactory1D
DoubleFactory1D. sparse
A factory producing sparse matrices. -
Uses of DoubleFactory1D in cern.colt.matrix.impl
Fields in cern.colt.matrix.impl declared as DoubleFactory1D Modifier and Type Field Description private static DoubleFactory1D
TestMatrix2D. Factory1D
-