1991
DOI: 10.1007/978-94-017-1116-6
|View full text |Cite
|
Sign up to set email alerts
|

Computational Methods for General Sparse Matrices

Abstract: Zlatev, Zahari, 1939-Computational methods for general sparse matrices I by Zahari Zlatev.p. em. -- Inc 1 udes index.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
66
0

Year Published

1994
1994
2023
2023

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 85 publications
(66 citation statements)
references
References 0 publications
0
66
0
Order By: Relevance
“…While structural predictions of fill-in could be used in principle to set up static working data structures as in the case of Cholesky factorization, these predictions are often too pessimistic to be useful. Therefore, Z is stored by columns using dynamic data structures, similar to standard right-looking implementations of sparse unsymmetric Gaussian elimination; see, e.g., [39,83]. Nonzero entries of each column are stored consecutively as a segment of a larger workspace.…”
Section: Implementation Of Factorized Approximate Inversesmentioning
confidence: 99%
See 1 more Smart Citation
“…While structural predictions of fill-in could be used in principle to set up static working data structures as in the case of Cholesky factorization, these predictions are often too pessimistic to be useful. Therefore, Z is stored by columns using dynamic data structures, similar to standard right-looking implementations of sparse unsymmetric Gaussian elimination; see, e.g., [39,83]. Nonzero entries of each column are stored consecutively as a segment of a larger workspace.…”
Section: Implementation Of Factorized Approximate Inversesmentioning
confidence: 99%
“…For larger problems, most operations are scattered around the memory and are out-of-cache. As a consequence, it is difficult to achieve high efficiency with the code, and any attempt to parallelize the computation of the preconditioner in this form will face serious problems (see [83] for similar comments in the context of sparse unsymmetric Gaussian elimination).…”
Section: Further Notes On Implementationsmentioning
confidence: 99%
“…This can cause difficulties, because the number of non-zeros per row is in general changed in the Step 3. Therefore some operations (moving rows to the end of the sparse arrays and even performing occasionally garbage collections; [5]) that are traditionally used in sparse techniques for general matrices must be carried in Step 4. This extra work can be reduced by (i) dropping small elements and (ii) avoiding the storage of Q i .…”
Section: Gathering the Non-zeros In One-dimensional Arraysmentioning
confidence: 99%
“…C is never formed explicitly; one works the whole time with A and R. Q, which is normally rather dense, is neither stored nor used in the iterative process (see [5]). …”
Section: Gathering the Non-zeros In One-dimensional Arraysmentioning
confidence: 99%
See 1 more Smart Citation