Reordering: Improved speed of advanced Cuthill-McKee by 40%, inverted permutations
The permutation array returned by viennacl::reorder() routines now maps the old node index to the new node index, i.e. permutation[old_index] = new_index. This is more appropriate for use in other algorithms, where one had to frequently invert the permutation so far.
Loading
Please register or sign in to comment