2008
DOI: 10.1145/1391989.1391995
|View full text |Cite
|
Sign up to set email alerts
|

Algorithm 887

Abstract: CHOLMOD is a set of routines for factorizing sparse symmetric positive definite matrices of the form A or AA T , updating/downdating a sparse Cholesky factorization, solving linear systems, updating/downdating the solution to the triangular system Lx  =  b , and many other sparse matrix functions for both symmetric and unsymmetric matrices. Its supernodal Cholesky factorization relies on LAPACK and the L… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
93
0

Year Published

2012
2012
2024
2024

Publication Types

Select...
8

Relationship

0
8

Authors

Journals

citations
Cited by 540 publications
(93 citation statements)
references
References 34 publications
0
93
0
Order By: Relevance
“…Some are designed exclusively for such systems (for example, CHOLMOD [6] and HSL MA87 [25]), while others can also be used to solve indefinite systems (notably, MA57 [11], HSL MA97 [27], MUMPS [38], WSMP [23], PARDISO [43], and SPRAL SSIDS [24]). We employ the packages HSL MA87 and HSL MA97 from the HSL Mathematical Software Library [31]; an overview of both packages together with a numerical comparison is provided by Hogg and Scott [29].…”
Section: Sparse Direct Solversmentioning
confidence: 99%
See 1 more Smart Citation
“…Some are designed exclusively for such systems (for example, CHOLMOD [6] and HSL MA87 [25]), while others can also be used to solve indefinite systems (notably, MA57 [11], HSL MA97 [27], MUMPS [38], WSMP [23], PARDISO [43], and SPRAL SSIDS [24]). We employ the packages HSL MA87 and HSL MA97 from the HSL Mathematical Software Library [31]; an overview of both packages together with a numerical comparison is provided by Hogg and Scott [29].…”
Section: Sparse Direct Solversmentioning
confidence: 99%
“…Here we set lsize = 200 and vary rsize from 0 to 1000; the drop tolerances are set to 0.0. For each value of rsize, the number of entries in L is nnz(L) = 6.63×10 6 . We see that increasing the intermediate memory stabilizes the factorization, reducing the shift and giving a higher quality preconditioner that requires fewer LSMR iterations and less time.…”
Section: Incomplete Factorization Of the Normal Matrix Cmentioning
confidence: 99%
“…In both cases, the system can be solved efficiently as a sparse linear system, using a sparse direct Cholesky method [6]. Figure 7c shows how this capability can be used to preserve continuity and smoothness in the right fore-leg of the elephant when the foot (marked by the green patch) is moved, while the yellow thin-plate spline serves as an anchor.…”
Section: Smooth Surface Patchesmentioning
confidence: 99%
“…As DIVA (Data-Interpolating Variational Analysis), the ndimensional tool divand also uses norm splines to define the background error covariance in combination with a direct solver which does not require preconditioning. In the case of DIVA the skyline method (Dhatt and Touzot, 1984) is used, while divand uses the supernodal sparse Cholesky factorization (Chen et al, 2008;Davis and Hager, 2009). Other iterative methods (which require preconditioning) have also been implemented.…”
Section: A Barth Et Al: Divandmentioning
confidence: 99%
“…The solver based on SuiteSparse (Chen et al, 2008;Davis and Hager, 2009) can be used directly if the matrix R \ H is sparse. This is in particular the case when R is diagonal.…”
Section: Primal Formulationmentioning
confidence: 99%