boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - paralllel eigensolver
相关主题
稀疏矩阵压缩
直接用NR的源程序需要注意什么吗?
求矩阵逆的算法
Fast solver of linear equation system
请问如何在C++中使用lapack?
problem about Fortran 77 in unix
有没有用Lapack的?
LAPACK++ Re: 求解PDE时,用到大型的矩阵,C++里怎么处理?
复数矩阵对角化有多快?
mklman is by far the most grandious reference manual i've seen
相关话题的讨论汇总
话题: paralllel话题: parallel话题: however话题: thousands
进入Computation版参与讨论
1 (共1页)
o*******e
发帖数: 31
1
Does anybody happen to know any parallel eigensolver suitable
for following system?
The system I am dealing with is banded Hermitian, however
pretty big (size: thousands by thousands, band width:
several hundred). I need selected eigenvalues and eigenvectors.
Actually, I only need the lowest one.
I were using ZHBVEX in LAPACK, it satisfied by requirment well.
However, I have to reduce my grid size to make my problem get
a converged result. Thus I prefer to change to a Parallel
solver.
thx
1 (共1页)
进入Computation版参与讨论
相关主题
mklman is by far the most grandious reference manual i've seen
请教一个fortran 90编程的问题
lapack++ and blitz++
[合集] 这里有lapack用的比较熟悉的人吗?
[合集] 请教:关于用arpack
stable diagonalizer for symmetric eigenproblem
怎么估计一个矩阵对角化需要的时间?
我也有一个对角化的问题
求助:DGBTRS
求QR分解的C源代码? (转载)
相关话题的讨论汇总
话题: paralllel话题: parallel话题: however话题: thousands