ricosjp / monolish

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

Fix warning #128

Closed t-hishinuma closed 2 years ago

t-hishinuma commented 2 years ago

in CRS diag op and CUDA functions

t-hishinuma commented 2 years ago

in examples

DC.cpp:24:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result]
  solver.solve(A, lambda);