Redian新闻
>
Fast solver of linear equation system
avatar
Fast solver of linear equation system# Computation - 科学计算
t*n
1
Any one has experience of solving a linear equation system with
block tridiagonal matrix? I really need a fast solver. Currently
I'm using Gauss elimination method.
avatar
c*e
2
if spd, cg ;
otherwise, gmres.
I heard there is a new method found recently good for general linear systems
which is better than gmres, no idea about details.

【在 t****n 的大作中提到】
: Any one has experience of solving a linear equation system with
: block tridiagonal matrix? I really need a fast solver. Currently
: I'm using Gauss elimination method.

avatar
b*y
3
For direct methods, platform optimized BLAS and LAPACK are
very fast.

【在 t****n 的大作中提到】
: Any one has experience of solving a linear equation system with
: block tridiagonal matrix? I really need a fast solver. Currently
: I'm using Gauss elimination method.

avatar
t*n
4
Well, I wrote a code myself, with a house-cooked matrix manipulation
subroutine. Recently I tried the Intel Math Kernel's BLAS and LAPACK
souboutine. Unfortunately, no gain.

【在 b*****y 的大作中提到】
: For direct methods, platform optimized BLAS and LAPACK are
: very fast.

avatar
t*t
5
If the dimension is really really big, you might try
some sparse solver. I use the SparsKit here:
http://www-users.cs.umn.edu/~saad/
in my research and it suits my needs.

【在 t****n 的大作中提到】
: Any one has experience of solving a linear equation system with
: block tridiagonal matrix? I really need a fast solver. Currently
: I'm using Gauss elimination method.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。