将 ARPACK 与 PARDISO 结合使用

发布于 2024-08-15 17:40:35 字数 470 浏览 9 评论 0原文

这是一个类似于这里的问题的问题

我想知道是否已经有 ARPACK Eigensolver 与 PARDISO 求解器英特尔 mkl 库?

This is a question similar to a question here.

I wonder is there already an open source implementation or example of ARPACK Eigensolver that works well with PARDISO solver and Intel mkl library?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍景流年 2024-08-22 17:40:35

我已经用 C# 实现了它。

这个想法是,必须转换 CSR 中的矩阵格式格式。然后,可以使用 MKL 来计算线性方程求解算法(使用 pardiso 求解器),即矩阵向量操作。

I've implemented it already, in C#.

The idea is that one must convert the matrix format in CSR format. Then, one can use MKL to compute linear equation solving algorithm ( using pardiso solver), the matrix-vector manipulation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文