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::matrix::ScaledPermutation< ValueType, IndexType > Member List

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

compose(ptr_param< const ScaledPermutation > other) constgko::matrix::ScaledPermutation< ValueType, IndexType >
compute_inverse() constgko::matrix::ScaledPermutation< ValueType, IndexType >
create(std::shared_ptr< const Executor > exec, size_type size=0)gko::matrix::ScaledPermutation< ValueType, IndexType >static
create(ptr_param< const Permutation< IndexType > > permutation)gko::matrix::ScaledPermutation< ValueType, IndexType >static
create(std::shared_ptr< const Executor > exec, array< value_type > scaling_factors, array< index_type > permutation_indices)gko::matrix::ScaledPermutation< ValueType, IndexType >static
create_const(std::shared_ptr< const Executor > exec, gko::detail::const_array_view< value_type > &&scale, gko::detail::const_array_view< index_type > &&perm_idxs)gko::matrix::ScaledPermutation< ValueType, IndexType >static
EnablePolymorphicObject< ScaledPermutation, LinOp > (defined in gko::matrix::ScaledPermutation< ValueType, IndexType >)gko::matrix::ScaledPermutation< ValueType, IndexType >friend
get_const_permutation() const noexceptgko::matrix::ScaledPermutation< ValueType, IndexType >inline
get_const_scaling_factors() const noexceptgko::matrix::ScaledPermutation< ValueType, IndexType >inline
get_permutation() noexceptgko::matrix::ScaledPermutation< ValueType, IndexType >inline
get_scaling_factors() noexceptgko::matrix::ScaledPermutation< ValueType, IndexType >inline
index_type typedef (defined in gko::matrix::ScaledPermutation< ValueType, IndexType >)gko::matrix::ScaledPermutation< ValueType, IndexType >
value_type typedef (defined in gko::matrix::ScaledPermutation< ValueType, IndexType >)gko::matrix::ScaledPermutation< ValueType, IndexType >
write(gko::matrix_data< value_type, index_type > &data) const override (defined in gko::matrix::ScaledPermutation< ValueType, IndexType >)gko::matrix::ScaledPermutation< ValueType, IndexType >
gko::WritableToMatrixData< default_precision, int32 >::write(matrix_data< default_precision, int32 > &data) const=0gko::WritableToMatrixData< default_precision, int32 >pure virtual