中文

Linac: linear algebra with CUDA over finite fields

计算物理 2026-05-26 v1 高能物理 - 唯象学 高能物理 - 理论

摘要

Solving linear systems of polynomial equations is a ubiquitous problem in both mathematics and physics. The standard approach, Gaussian elimination, scales cubically with system size and often constitutes a computational bottleneck. The algorithm's inherent parallelism makes it well-suited for modern computing architectures, namely graphics processing units (GPUs), which offer significantly higher throughput than CPUs. Additionally, the use of finite fields -- integers modulo a prime -- in place of floating-point arithmetic offers a scalable solution to the issue of numerical precision loss, which becomes increasingly problematic at large system sizes. With Linac, we present a high-performance, open-source, parallel implementation of Gaussian elimination over finite fields and floating-point arithmetic. This tool has been developed for applications to analytic reconstruction of scattering amplitudes in quantum field theory.

关键词

引用

@article{arxiv.2605.25863,
  title  = {Linac: linear algebra with CUDA over finite fields},
  author = {Giuseppe De Laurentis and Jack Franklin},
  journal= {arXiv preprint arXiv:2605.25863},
  year   = {2026}
}

备注

29 pages, 4 figures, 2 tables. Code available at https://github.com/GDeLaurentis/linac