SpGEMM: Added conversion constructor.
This is to also support lines such as compressed_matrix<T> A = prod(B, C); So far only operator= was supported.
Loading
Please register or sign in to comment
This is to also support lines such as compressed_matrix<T> A = prod(B, C); So far only operator= was supported.