Uses of Class
cern.colt.matrix.impl.WrapperDoubleMatrix2D
-
Packages that use WrapperDoubleMatrix2D 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 WrapperDoubleMatrix2D in cern.colt.matrix.impl
Subclasses of WrapperDoubleMatrix2D in cern.colt.matrix.impl Modifier and Type Class Description class
RCDoubleMatrix2D
Sparse row-compressed 2-d matrix holding double elements.(package private) class
RCMDoubleMatrix2D
Sparse row-compressed-modified 2-d matrix holding double elements.(package private) class
TridiagonalDoubleMatrix2D
Tridiagonal 2-d matrix holding double elements.
-