Uses of Package
cern.colt.matrix.linalg

Packages that use cern.colt.matrix.linalg
Package
Description
Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D.
  • Class
    Description
    Linear algebraic matrix operations operating on DoubleMatrix2D; concentrates most functionality of this package.
    Subset of the BLAS (Basic Linear Algebra System); High quality "building block" routines for performing basic vector and matrix operations.
    A low level version of LUDecomposition, avoiding unnecessary memory allocation and copying.
    Interface that represents a function object: a function that takes two arguments and returns a single value.
    Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).