Closed t-hishinuma closed 3 years ago
matrix_common.cpp:79:5: warning: ignoring return value of 'monolish::matrix::COO<Float>& monolish::matrix::COO<Float>::transpose() [with Float = double]', declared with attribute nodiscard [-Wunused-result]
79 | transposed_COO1.transpose();
Remove the nodiscard from the transpose() function.