- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi, All,
As we know, the key to any iterative solver, e.g. GMRES, CGS, is the matrix-vector multiplication. So, I guess one of the main operation of Pardiso is to compute the matrix-vector multiplication. However, for some reason, I can not get teh explict form of the matrix to be solved, and I want to compute the matrix-vector multiplication out of the Pardiso. Therefore, I wonder whether Pardiso support this ?
Thank you !
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
PARDISO as many other sparse direct solvers doesn't use the matrix-vector multiplication for solving linear systems. The matrix-vector-multiplication can be only used for iterative refinement.A sparse representation in the compressed sparse row format is necessary to solve linear system with the help of PARDISO.
All the best
Sergey