Ginkgo  Generated from pipelines/1478841010 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
gko::Permutable< IndexType > Member List

This is the complete list of members for gko::Permutable< IndexType >, including all inherited members.

column_permute(const array< IndexType > *permutation_indices) const =0gko::Permutable< IndexType >pure virtual
inverse_column_permute(const array< IndexType > *permutation_indices) const =0gko::Permutable< IndexType >pure virtual
inverse_permute(const array< IndexType > *permutation_indices) constgko::Permutable< IndexType >inlinevirtual
inverse_row_permute(const array< IndexType > *permutation_indices) const =0gko::Permutable< IndexType >pure virtual
permute(const array< IndexType > *permutation_indices) constgko::Permutable< IndexType >inlinevirtual
row_permute(const array< IndexType > *permutation_indices) const =0gko::Permutable< IndexType >pure virtual
~Permutable()=default (defined in gko::Permutable< IndexType >)gko::Permutable< IndexType >virtual