Skip to content
Commit a7706964 authored by Karl Rupp's avatar Karl Rupp
Browse files

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.
parent a9afb67d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment