/mplapack-template

C++ template version of MPLAPACK

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

The template MPLAPACK is a multiprecision linear algebra package based on BLAS and LAPACK.

This package is rewritten in C++ using template; and it supports any kind of precisions like float, double, _Float16, _Float128, gmp, dd, ... etc.

Requirements

  • gcc-12 (I'm using Ubuntu 22.04)

started on 2022-09-01

WIP