Package | Description |
---|---|
cern.colt.matrix.tdouble.algo |
Linear Algebraic matrix computations operating on
DoubleMatrix2D
and DoubleMatrix1D . |
cern.colt.matrix.tdouble.algo.decomposition |
Martrix decompositions.
|
Modifier and Type | Method and Description |
---|---|
SparseDoubleLUDecomposition |
SparseDoubleAlgebra.lu(DoubleMatrix2D matrix,
int order)
Constructs and returns the LU-decomposition of the given matrix.
|
Modifier and Type | Class and Description |
---|---|
class |
CSparseDoubleLUDecomposition
LU decomposition implemented using CSparseJ.
|
class |
SparseDoubleKLUDecomposition
LU decomposition implemented using JKLU.
|
Jump to the Parallel Colt Homepage