ricosjp / monolish

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

transpose() function should not return a matrix. #77

Closed t-hishinuma closed 3 years ago

t-hishinuma commented 3 years ago

COO COO::transpose(); --> void COO::transpose() Dense Dense::transpose() --> void Dense::transpose()

t-hishinuma commented 3 years ago

I'm canceling this change.