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