Package | Description |
---|---|
cern.colt.matrix.tfloat.algo |
Linear Algebraic matrix computations operating on
FloatMatrix2D
and FloatMatrix1D . |
Class and Description |
---|
DenseFloatAlgebra
Linear algebraic matrix operations operating on dense matrices.
|
FloatBlas
Subset of the BLAS
(Basic Linear Algebra System); High quality "building block" routines for
performing basic vector and matrix operations.
|
FloatMatrix1DComparator
A comparison function which imposes a total ordering on some
collection of elements.
|
FloatMatrix2DComparator
A comparison function which imposes a total ordering on some
collection of elements.
|
FloatProperty
Tests matrices for linear algebraic properties (equality, tridiagonality,
symmetry, singularity, etc).
|
FloatSorting
Matrix quicksorts and mergesorts.
|
FloatStatistic.VectorVectorFunction
Interface that represents a function object: a function that takes two
argument vectors and returns a single value.
|
SparseFloatAlgebra
Linear algebraic matrix operations operating on sparse matrices.
|
Jump to the Parallel Colt Homepage