All Classes

Class Summary
Class Description
ApplyFillReductionPermutation_FSCC
Applies the fill reduction row pivots to the input matrix to reduce fill in during decomposition/solve.
CholeskyUpLooking_FSCC
Performs a Cholesky decomposition using an up looking algorthm on a FMatrixSparseCSC.
ColumnCounts_FSCC
Computes the column counts of the upper triangular portion of L as in L*LT=A.
CommonOps_FSCC  
CommonOps_MT_FSCC
Concurrent implementations of functions found in CommonOps_FSCC.
CommonOpsWithSemiRing_FSCC  
DecompositionFactory_FSCC
Factory for sparse matrix decompositions
FillReductionFactory_FSCC  
ImplCommonOps_FSCC
Implementation class.
ImplCommonOps_MT_FSCC
Concurrent implementations of ImplCommonOps_FSCC.
ImplCommonOpsWithSemiRing_FSCC
based on ImplCommonOps_FSCC
ImplMultiplication_FSCC  
ImplMultiplication_MT_FSCC
Concurrent matrix multiplication for DSCC matrices.
ImplMultiplicationWithSemiRing_FSCC
based on ImplSparseSparseGraphMult_FSCC
LinearSolverCholesky_FSCC
Linear solver using a sparse Cholesky decomposition.
LinearSolverFactory_FSCC
Factory for sparse linear solvers
LinearSolverLu_FSCC
LU Decomposition based solver for square matrices.
LinearSolverQrLeftLooking_FSCC
Sparse linear solver implemented using QrLeftLookingDecomposition_FSCC.
LuUpLooking_FSCC
LU Decomposition using a left looking algorithm for FMatrixSparseCSC.
MatrixFeatures_FSCC  
MatrixFeatures_FSTL  
MatrixVectorMult_FSCC  
MatrixVectorMultWithSemiRing_FSCC
based on MartrixVectorMult_FSCC
NormOps_FSCC  
QrHelperFunctions_FSCC
Functions used with a sparse QR decomposition
QrLeftLookingDecomposition_FSCC
Left-looking QR decomposition algorithm for sparse matrices.
QrStructuralCounts_FSCC
Determines the structure of the QR decomposition.
RandomMatrices_FSCC  
RandomMatrices_FSTL  
TriangularSolver_FSCC  
Workspace_MT_FSCC
Workspace for concurrent algorithms.