![]() |
Ginkgo
Generated from pipelines/2662685947 branch based on develop. Ginkgo version 2.0.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 |
Public Member Functions inherited from gko::PolymorphicObject | |
| PolymorphicObject & | operator= (const PolymorphicObject &) |
| std::shared_ptr< const Executor > | get_executor () const noexcept |
| Returns the Executor of the object. More... | |
Public Member Functions inherited from gko::log::EnableLogging< PolymorphicObject > | |
| void | add_logger (std::shared_ptr< const Logger > logger) override |
| void | remove_logger (const Logger *logger) override |
| void | remove_logger (ptr_param< const Logger > logger) |
| const std::vector< std::shared_ptr< const Logger > > & | get_loggers () const override |
| void | clear_loggers () override |
Public Member Functions inherited from gko::log::Loggable | |
| void | remove_logger (ptr_param< const Logger > logger) |
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.
1.8.16