C++ & SuperLU 混合编程

这篇博客介绍了如何在Windows环境下使用Visual Studio 2015与SuperLU库进行混合编程。SuperLU是一个用于求解大型稀疏非对称线性方程组的C库。文章详细阐述了软件版本、下载链接、编译静态库的方法,以及编译后的关键文件。还提供了编译SuperLU和其依赖的BLAS库(包括使用Intel MKL)的步骤,并强调了工程参数设置的重要性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1. 软件版本信息

  • Windows 10
  • Visual Studio 2015 Professional
  • SuperLU Package


2.  软件下载链接

SuperLU Introduction: SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. The library is written in C and is callable from either C or Fortran program. It uses MPI, OpenMP and CUDA to support various forms of parallelism. It supports both real and complex datatypes, both single and double precision, and 64-bit integer indexing. The library routines performs an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. 

The above intriduction is from the below link, which is also the download link.

下载链接:

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值