STRUMPACK
STRUMPACK copied to clipboard
HODLR Matrix
When assembling the HODLR matrix using the Kernel, I noticed that the Permutation() in the kernel doesn't seem to be utilized, and the 'perm' variable in HODLR appears to be only zero-initialized before being directly passed into the butterfly structure. Is external clustering tree sorting not required?