spsparse::lil_matrix<uint8_t> adj_mat;
时间: 2023-12-01 14:17:55 浏览: 37
lil_sk8ate:Lil Sk8ate的网站
This line of code declares a sparse matrix of unsigned 8-bit integers using the LIL (List of Lists) format from the spsparse library. The matrix is named "adj_mat".
阅读全文