![]() |
Ginkgo Generated from branch based on main. Ginkgo version 1.11.0
A numerical linear algebra library targeting many-core architectures
|
The ReorderingBase class is a base class for all the reordering algorithms. More...
#include <ginkgo/core/reorder/reordering_base.hpp>
Public Types | |
| using | index_type = IndexType |
Public Member Functions | |
| const array< index_type > & | get_permutation_array () const |
The ReorderingBase class is a base class for all the reordering algorithms.
It contains a factory to instantiate the reorderings. It is up to each specific reordering to decide what to do with the data that is passed to it.