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