eth-cscs / DLA-Future

DLA-Future
https://eth-cscs.github.io/DLA-Future/master/
BSD 3-Clause "New" or "Revised" License
61 stars 13 forks source link

Replace lapackpp's `matrixtype2str` with `to_c_string` or `to_string` #1165

Closed msimberg closed 2 days ago

msimberg commented 2 months ago

The former is deprecated and will be removed in 2025-05.

RMeli commented 3 weeks ago

blaspp also deprecated <enum>2str and str2<enum> in favour of to_string and from_string. The removal date is the same.