All Classes
-
All Classes Interface Summary Class Summary 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 aDMatrixSparseCSC.ColumnCounts_DSCC Computes the column counts of the upper triangular portion of L as in L*LT=A.CommonOps_DSCC DecompositionFactory_DSCC Factory for sparse matrix decompositionsFillReductionFactory_DSCC ImplCommonOps_DSCC Implementation class.ImplSparseSparseMult_DSCC LinearSolverCholesky_DSCC Linear solver using a sparse Cholesky decomposition.LinearSolverFactory_DSCC Factory for sparse linear solversLinearSolverLu_DSCC LU Decomposition based solver for square matrices.LinearSolverQrLeftLooking_DSCC Sparse linear solver implemented usingQrLeftLookingDecomposition_DSCC.LuUpLooking_DSCC LU Decomposition using a left looking algorithm forDMatrixSparseCSC.MatrixFeatures_DSCC MatrixFeatures_DSTL MatrixVectorMult_DSCC NormOps_DSCC QrHelperFunctions_DSCC Functions used with a sparse QR decompositionQrLeftLookingDecomposition_DSCC Left-looking QR decomposition algorithm for sparse matrices.QrpSparseDecomposition<T extends org.ejml.data.Matrix> Similar toQRDecompositionbut 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