2000 character limit reached
Performance evaluation of accelerated complex multiple-precision LU decomposition (2403.16013v1)
Published 24 Mar 2024 in math.NA, cs.NA, and cs.PF
Abstract: The direct method is one of the most important algorithms for solving linear systems of equations, with LU decomposition comprising a significant portion of its computation time. This study explores strategies to accelerate complex LU decomposition using multiple-precision floating-point arithmetic of the multiple-component type. Specifically, we explore the potential efficiency gains using a combination of SIMDization and the 3M method for complex matrix multiplication. Our benchmark tests compare this approach with the direct method implementation in MPLAPACK, focusing on computation time and numerical errors.
- Bailey, D.: QD. https://www.davidhbailey.com/dhbsoftware/
- Kouya, T.: BNCmatmul. https://github.com/tkouya/bncmatmul
- Kouya, T.: Acceleration of complex matrix multiplication using arbitrary precision floating-point arithmetic (2023). https://doi.org/10.48550/arXiv.2307.06072
- MPLAPACK/MPBLAS: Multiple precision arithmetic LAPACK and BLAS. https://github.com/nakatamaho/mplapack
- Project, M.: The MPFR library. https://www.mpfr.org/