Uses of Package
cern.colt.matrix

Packages that use cern.colt.matrix
Package
Description
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.
Matrix benchmarks.
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
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.
Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D.
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.