All Classes
| Class | Description |
|---|---|
| ApplyFillReductionPermutation_DSCC |
Applies the fill reduction row pivots to the input matrix to reduce fill in during decomposition/solve.
|
| CholeskyUpLooking_DSCC |
Performs a Cholesky decomposition using an up looking algorthm on a
DMatrixSparseCSC. |
| ColumnCounts_DSCC |
Computes the column counts of the upper triangular portion of L as in L*LT=A.
|
| CommonOps_DSCC | |
| CommonOps_MT_DSCC |
Concurrent implementations of functions found in
CommonOps_DSCC. |
| CommonOpsWithSemiRing_DSCC | |
| DecompositionFactory_DSCC |
Factory for sparse matrix decompositions
|
| FillReductionFactory_DSCC | |
| ImplCommonOps_DSCC |
Implementation class.
|
| ImplCommonOps_MT_DSCC |
Concurrent implementations of
ImplCommonOps_DSCC. |
| ImplCommonOpsWithSemiRing_DSCC |
based on ImplCommonOps_DSCC
|
| ImplMultiplication_DSCC | |
| ImplMultiplication_MT_DSCC |
Concurrent matrix multiplication for DSCC matrices.
|
| ImplMultiplicationWithSemiRing_DSCC |
based on ImplSparseSparseGraphMult_DSCC
|
| LinearSolverCholesky_DSCC |
Linear solver using a sparse Cholesky decomposition.
|
| LinearSolverFactory_DSCC |
Factory for sparse linear solvers
|
| LinearSolverLu_DSCC |
LU Decomposition based solver for square matrices.
|
| LinearSolverQrLeftLooking_DSCC |
Sparse linear solver implemented using
QrLeftLookingDecomposition_DSCC. |
| LuUpLooking_DSCC |
LU Decomposition using a left looking algorithm for
DMatrixSparseCSC. |
| MatrixFeatures_DSCC | |
| MatrixFeatures_DSTL | |
| MatrixVectorMult_DSCC | |
| MatrixVectorMultWithSemiRing_DSCC |
based on MartrixVectorMult_DSCC
|
| NormOps_DSCC | |
| QrHelperFunctions_DSCC |
Functions used with a sparse QR decomposition
|
| QrLeftLookingDecomposition_DSCC |
Left-looking QR decomposition algorithm for sparse matrices.
|
| QrpSparseDecomposition<T extends org.ejml.data.Matrix> |
Similar to
QRDecomposition but it can handle the rank deficient case by
performing column pivots during the decomposition. |
| QrStructuralCounts_DSCC |
Determines the structure of the QR decomposition.
|
| RandomMatrices_DSCC | |
| RandomMatrices_DSTL | |
| TriangularSolver_DSCC | |
| Workspace_MT_DSCC |
Workspace for concurrent algorithms.
|