ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Apache License 2.0
195 stars 12 forks source link

unsymmetric diag_op error #136

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago
const auto Len = get_row() > get_col() ? get_row() : get_col();