Uses of Class
cern.colt.matrix.impl.WrapperDoubleMatrix1D
-
Packages that use WrapperDoubleMatrix1D Package Description 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 WrapperDoubleMatrix1D in cern.colt.matrix.impl
Subclasses of WrapperDoubleMatrix1D in cern.colt.matrix.impl Modifier and Type Class Description (package private) class
DelegateDoubleMatrix1D
1-d matrix holding double elements; either a view wrapping another 2-d matrix and therefore delegating calls to it.
-