Interface | Description |
---|---|
MatrixVisitorEditInPlace | |
MatrixVisitorViewOnly |
Class | Description |
---|---|
ColtSparseMatrix |
Design decision: for first version, use Colt instead of Math Commons sparse matrices,
because Math Commons has the artificial restriction that nRows * nCols has to
be smaller than Integer.MAX_VALUE (no matter how sparse it is).
|
CommonsDenseMatrix | |
CommonsDenseMatrix.DenseCholeskySolver | |
CommonsDenseMatrix.DenseLUSolver | |
CustomizedColtSparseDoubleCholesky |
For a symmetric, positive definite matrix A, the Cholesky
decomposition is a lower triangular matrix L so that A = L*L'; If
the matrix is not symmetric positive definite, the IllegalArgumentException
is thrown.
|
JavaUtils |
Things that would be awkward to write in Xtend.
|
Slice | |
TablePrettyPrinter |