Project

General

Profile

Solver Selected Topics » History » Version 2

jun chen, 03/23/2025 01:00 AM

1 1 jun chen
# Solver Selected Topics
2
3 2 jun chen
{{thumbnail(Miss_solver.jpg, size=255)}}
4 1 jun chen
5 2 jun chen
## Web Resource
6
7
### Academic:
8
|Name |Affiliation |Website |
9
|--|--|--|
10
|潘建瑜|华东师范大学 数学科学学院|https://math.ecnu.edu.cn/~jypan/Research/bib_general.html|
11
|James Demmel|Professor of Mathematics and Computer Science, UC Berkeley|https://people.eecs.berkeley.edu/~demmel/|
12
|Xiaoye Sherry Li 李小叶 |Senior Scientist, Computational Research Division Lawrence Berkeley National Laboratory|https://portal.nersc.gov/project/sparse/xiao ye-web/|
13
|Tim Davis|Department of Computer Science and Engineering, Texas A&M University|https://people.engr.tamu.edu/davis/welco me.html|
14
|Yousef Saad|Department of Computer Science and Engineering, University of Minnesota|https://www-users.cse.umn.edu/~saad/|
15
|Jack Dongarra|University of Tennessee & Oak Ridge National Laboratory|https://netlib.org/utk/people/JackDongarra/|
16
|Iain Duff|Rutherford Appleton Laboratory|https://www.numerical.rl.ac.uk/people/iain-duff|
17
|Cleve Moler|Math Works|https://ww2.mathworks.cn/company/about us/founders/clevemoler.html|
18
|Jianlin Xia|Department of Mathematics, Purdue University|https://www.math.purdue.edu/~xiaj/|
19
|John R. Gilbert|Professor Emeritus of Computer Science, University of California, Santa Barbara|https://sites.cs.ucsb.edu/~gilbert/|
20
21
### Open source
22
* Scalable solvers group, applied mathematics and computational research division, Lawrence Berkeley National Laboratory, https://crd.lbl.gov/divisions/amcr/applied-mathematics-dept/scalable-solvers/
23
* GILBERT  STRANG老爷子课程  https://www.bilibili.com/video/BV1uK4y187ep/?share_source=copy_web
24
* Matrix benchmark test suite: https://math.nist.gov/MatrixMarket , https://sparse.tamu.edu and https://smart.math.purdue.edu/ 
25
* 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
26
* Linux 性能分析valgrind   https://zhuanlan.zhihu.com/p/92082070
27
* Some public solvers for sparse linear systems on different computing platforms #33660 , #35202 , #19889 , #40400
28
and reordering software #35354 .