Difference between revisions of "Colloquium 2023 An introduction to MPLAPACK, a multi-precision linear algebra library"

From SHARCNETHelp
Jump to navigationJump to search
(Created page with "MPLAPACK is a complete multiple-precision implementation of LAPACK – the linear algebra package for solving systems of simultaneous linear equations, least-squares solutions...")
 
 
Line 1: Line 1:
MPLAPACK is a complete multiple-precision implementation of LAPACK – the linear algebra package for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. LAPACK was written with a fixed specific precision for various routines. MPLAPACK is a rewrite of LAPACK routines supporting multiple precision. This talk introduces MPLAPACK and describes how to use it under Linux and Windows.
[https://github.com/nakatamaho/mplapack MPLAPACK] is a complete multiple-precision implementation of LAPACK – the linear algebra package for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. LAPACK was written with a fixed specific precision for various routines. MPLAPACK is a rewrite of LAPACK routines supporting multiple precision. This talk introduces MPLAPACK and describes how to use it under Linux and Windows.

Latest revision as of 14:15, 16 December 2022

MPLAPACK is a complete multiple-precision implementation of LAPACK – the linear algebra package for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. LAPACK was written with a fixed specific precision for various routines. MPLAPACK is a rewrite of LAPACK routines supporting multiple precision. This talk introduces MPLAPACK and describes how to use it under Linux and Windows.