Solver Selected Topics » History » Version 3
jun chen, 03/23/2025 01:06 AM
1 | 1 | jun chen | # Solver Selected Topics |
---|---|---|---|
2 | |||
3 | 2 | jun chen | {{thumbnail(Miss_solver.jpg, size=255)}} |
4 | 1 | jun chen | |
5 | 3 | jun chen | {{toc}} |
6 | |||
7 | 2 | jun chen | ## Web Resource |
8 | |||
9 | ### Academic: |
||
10 | |Name |Affiliation |Website | |
||
11 | |--|--|--| |
||
12 | |潘建瑜|华东师范大学 数学科学学院|https://math.ecnu.edu.cn/~jypan/Research/bib_general.html| |
||
13 | |James Demmel|Professor of Mathematics and Computer Science, UC Berkeley|https://people.eecs.berkeley.edu/~demmel/| |
||
14 | |Xiaoye Sherry Li 李小叶 |Senior Scientist, Computational Research Division Lawrence Berkeley National Laboratory|https://portal.nersc.gov/project/sparse/xiao ye-web/| |
||
15 | |Tim Davis|Department of Computer Science and Engineering, Texas A&M University|https://people.engr.tamu.edu/davis/welco me.html| |
||
16 | |Yousef Saad|Department of Computer Science and Engineering, University of Minnesota|https://www-users.cse.umn.edu/~saad/| |
||
17 | |Jack Dongarra|University of Tennessee & Oak Ridge National Laboratory|https://netlib.org/utk/people/JackDongarra/| |
||
18 | |Iain Duff|Rutherford Appleton Laboratory|https://www.numerical.rl.ac.uk/people/iain-duff| |
||
19 | |Cleve Moler|Math Works|https://ww2.mathworks.cn/company/about us/founders/clevemoler.html| |
||
20 | |Jianlin Xia|Department of Mathematics, Purdue University|https://www.math.purdue.edu/~xiaj/| |
||
21 | |John R. Gilbert|Professor Emeritus of Computer Science, University of California, Santa Barbara|https://sites.cs.ucsb.edu/~gilbert/| |
||
22 | |||
23 | ### Open source |
||
24 | * Scalable solvers group, applied mathematics and computational research division, Lawrence Berkeley National Laboratory, https://crd.lbl.gov/divisions/amcr/applied-mathematics-dept/scalable-solvers/ |
||
25 | * GILBERT STRANG老爷子课程 https://www.bilibili.com/video/BV1uK4y187ep/?share_source=copy_web |
||
26 | * Matrix benchmark test suite: https://math.nist.gov/MatrixMarket , https://sparse.tamu.edu and https://smart.math.purdue.edu/ |
||
27 | * CSPARSE: http://jefftrull.github.io/c++/eigen/csparse/suitesparse/2017/02/10/a-tour-of-sparse-matrices-for-cplusplus.html and https://github.com/ibayer/CSparse |
||
28 | * Linux 性能分析valgrind https://zhuanlan.zhihu.com/p/92082070 |
||
29 | * Some public solvers for sparse linear systems on different computing platforms #33660 , #35202 , #19889 , #40400 |
||
30 | and reordering software #35354 . |
||
31 | 3 | jun chen | |
32 | |||
33 | ## Doc Resource |
||
34 | 叩田D叩D&劝D叩D.pptx: http://10.30.200.21:8088/attachments/37324 |
||
35 | I. S. Duff, A. M. Erisman and J. K. Reid (2017), Direct Methods for Sparse Matrices, 2nd edition, Oxford University Press. Link |
||
36 | A. George and J. W. H. Liu (1981), Computer Solution of Large Sparse Positive Definite Systems, Prentice-Hall. Link |
||
37 | A survey of direct methods for sparse linear systems, Acta Numerica (2016), pp. 383-566. Link |
||
38 | T. A. Davis (2006), Direct Methods for Sparse Linear Systems, SIAM. Link |
||
39 | X. Chen, Y. Wang, H Yang(2017), Parallel sparse direct solver for integrated circuit simulation, Springer. |
||
40 | parallel-sparse-direct-solver-for-integrated-circuit-simulation_compress.pdf |
||
41 | Y. Saad (2003), Iterative Methods for Sparse Linear Systems, 2nd edition, SIAM. Link |
||
42 | R. Barrett(1994), et. al., Templates for the solution of Linear Systems: Building Blocks for Iterative Methods, SIAM. Link_ps , Link_pdf |
||
43 | Direct_Methods_for_Sparse_Matrices_Miroslav_Tuma.pdf |
||
44 | NLA_SparseDirect_2009_Psli.pdf |
||
45 | |||
46 | ## [[Matrix_collection]] |
||
47 | |||
48 | ## Journals: |
||
49 | |Name |Abbreviation |Website | |
||
50 | |--|--|--| |
||
51 | |SIAM Journal on Matrix Analysis and Applications|(SIMAX)|https://epubs.siam.org/journal/sjmael| |
||
52 | |SIAM Journal on Scientific Computing|(SISC)|https://www.siam.org/publications/journals/siam-journal-on-scientific-computing-sisc| |
||
53 | |Linear Algebra and its Applications|(LAA)|https://www.sciencedirect.com/journal/line ar-algebra-and-its-applications| |
||
54 | |Numerical Linear Algebra with Applications|(NLA)|https://onlinelibrary.wiley.com/journal/10991506| |
||
55 | |IMA Journal of Numerical Analysis| |https://academic.oup.com/imajna?login=false| |
||
56 | |ACM Transactions on Mathematical Software|(TOMS)|https://dl.acm.org/journal/toms| |
||
57 | |BIT Numerical Mathematics| |https://www.springer.com/journal/10543| |
||
58 | |Numerische Mathematik| |https://link.springer.com/journal/211| |
||
59 | |Mathematics of Computation| |https://www.ams.org/publications/journals/ journalsframework/mcom| |
||
60 | |Electronic Transactions on Numerical Analysis|(ETNA)|https://etna.math.kent.edu/| |
||
61 | |Applied Mathematics and Computation|(AMC)|https://www.sciencedirect.com/journal/app lied-mathematics-and-computation| |
||
62 | |Journal of Computational and Applied Mathematics|(JCAM)|https://www.sciencedirect.com/journal/jour nal-of-computational-and-applied-mathematics| |
||
63 | |||
64 | ## Lecture Notes: |