Ginkgo Generated from branch based on main. Ginkgo version 1.11.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::reorder::ReorderingBase< IndexType > Class Template Reference

The ReorderingBase class is a base class for all the reordering algorithms. More...

#include <ginkgo/core/reorder/reordering_base.hpp>

Inheritance diagram for gko::reorder::ReorderingBase< IndexType >:
[legend]
Collaboration diagram for gko::reorder::ReorderingBase< IndexType >:
[legend]

Public Types

using index_type = IndexType

Public Member Functions

const array< index_type > & get_permutation_array () const

Detailed Description

template<typename IndexType = int32>
class gko::reorder::ReorderingBase< IndexType >

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.


The documentation for this class was generated from the following file: