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

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

add_logger(std::shared_ptr< const Logger > logger) override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) const (defined in gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >)gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >inline
apply(ptr_param< const LinOp > b, ptr_param< LinOp > x) (defined in gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >)gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >inline
apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) const (defined in gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >)gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >inline
apply(ptr_param< const LinOp > alpha, ptr_param< const LinOp > b, ptr_param< const LinOp > beta, ptr_param< LinOp > x) (defined in gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >)gko::EnableLinOp< SparsityCsr< ValueType, IndexType > >inline
apply_uses_initial_guess() constgko::LinOpinlinevirtual
clear() (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
clear_loggers() override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
clone(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
clone() const (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
conj_transpose() const overridegko::matrix::SparsityCsr< ValueType, IndexType >virtual
convert_to(Csr< ValueType, IndexType > *result) const override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
convert_to(Dense< ValueType > *result) const override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
EnableLinOp< SparsityCsr< ValueType, IndexType > >::convert_to(result_type *result) const overridegko::EnablePolymorphicAssignment< SparsityCsr< ValueType, IndexType > >inlinevirtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< SparsityCsr< ValueType, IndexType > >)gko::ConvertibleTo< SparsityCsr< ValueType, IndexType > >inline
ConvertibleTo< Csr< ValueType, IndexType > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Csr< ValueType, IndexType > >pure virtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >)gko::ConvertibleTo< Csr< ValueType, IndexType > >inline
ConvertibleTo< Dense< ValueType > >::convert_to(result_type *result) const=0gko::ConvertibleTo< Dense< ValueType > >pure virtual
convert_to(ptr_param< result_type > result) const (defined in gko::ConvertibleTo< Dense< ValueType > >)gko::ConvertibleTo< Dense< ValueType > >inline
copy_from(const PolymorphicObject *other) (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
copy_from(std::unique_ptr< Derived > &&other) (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
copy_from(const std::unique_ptr< Derived > &other) (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
copy_from(const std::shared_ptr< const PolymorphicObject > &other) (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
gko::PolymorphicObject::copy_from(std::unique_ptr< Derived, Deleter > &&other)gko::PolymorphicObjectinline
gko::PolymorphicObject::copy_from(const std::unique_ptr< Derived, Deleter > &other)gko::PolymorphicObjectinline
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size=dim< 2 >{}, size_type num_nonzeros={})gko::matrix::SparsityCsr< ValueType, IndexType >static
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, array< index_type > col_idxs, array< index_type > row_ptrs, value_type value=one< ValueType >())gko::matrix::SparsityCsr< ValueType, IndexType >static
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, std::initializer_list< ColIndexType > col_idxs, std::initializer_list< RowPtrType > row_ptrs, value_type value=one< ValueType >())gko::matrix::SparsityCsr< ValueType, IndexType >inlinestatic
create(std::shared_ptr< const Executor > exec, std::shared_ptr< const LinOp > matrix)gko::matrix::SparsityCsr< ValueType, IndexType >static
create_const(std::shared_ptr< const Executor > exec, const dim< 2 > &size, gko::detail::const_array_view< IndexType > &&col_idxs, gko::detail::const_array_view< IndexType > &&row_ptrs, ValueType value=one< ValueType >())gko::matrix::SparsityCsr< ValueType, IndexType >inlinestatic
create_default(std::shared_ptr< const Executor > exec) const (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
create_default() const (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
Csr< ValueType, IndexType > (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >friend
Dense< ValueType > (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >friend
device_mat_data typedef (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
EnablePolymorphicObject< SparsityCsr, LinOp > (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >friend
Fbcsr< ValueType, IndexType > (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >friend
get_col_idxs() noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
get_const_col_idxs() const noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
get_const_row_ptrs() const noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
get_const_value() const noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
get_executor() const noexceptgko::PolymorphicObjectinline
get_loggers() const override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
get_num_nonzeros() const noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
get_row_ptrs() noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
get_size() const noexceptgko::LinOpinline
get_value() noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
index_type typedef (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
is_sorted_by_column_index() const (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
LinOp(const LinOp &)=defaultgko::LinOp
LinOp(LinOp &&other)gko::LinOpinline
mat_data typedef (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
move_from(ptr_param< PolymorphicObject > other) (defined in gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >)gko::EnableAbstractPolymorphicObject< SparsityCsr< ValueType, IndexType >, LinOp >inline
move_to(Csr< ValueType, IndexType > *result) override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
move_to(Dense< ValueType > *result) override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
EnableLinOp< SparsityCsr< ValueType, IndexType > >::move_to(result_type *result) overridegko::EnablePolymorphicAssignment< SparsityCsr< ValueType, IndexType > >inlinevirtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< SparsityCsr< ValueType, IndexType > >)gko::ConvertibleTo< SparsityCsr< ValueType, IndexType > >inline
ConvertibleTo< Csr< ValueType, IndexType > >::move_to(result_type *result)=0gko::ConvertibleTo< Csr< ValueType, IndexType > >pure virtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >)gko::ConvertibleTo< Csr< ValueType, IndexType > >inline
ConvertibleTo< Dense< ValueType > >::move_to(result_type *result)=0gko::ConvertibleTo< Dense< ValueType > >pure virtual
move_to(ptr_param< result_type > result) (defined in gko::ConvertibleTo< Dense< ValueType > >)gko::ConvertibleTo< Dense< ValueType > >inline
operator=(const SparsityCsr &)gko::matrix::SparsityCsr< ValueType, IndexType >
operator=(SparsityCsr &&)gko::matrix::SparsityCsr< ValueType, IndexType >
EnableLinOp< SparsityCsr< ValueType, IndexType > >::operator=(const LinOp &)=defaultgko::LinOp
EnableLinOp< SparsityCsr< ValueType, IndexType > >::operator=(LinOp &&other)gko::LinOpinline
operator=(const PolymorphicObject &) (defined in gko::PolymorphicObject)gko::PolymorphicObjectinline
read(const mat_data &data) overridegko::matrix::SparsityCsr< ValueType, IndexType >virtual
read(const device_mat_data &data) overridegko::matrix::SparsityCsr< ValueType, IndexType >virtual
read(device_mat_data &&data) overridegko::matrix::SparsityCsr< ValueType, IndexType >virtual
gko::ReadableFromMatrixData::read(const matrix_assembly_data< ValueType, IndexType > &data)gko::ReadableFromMatrixData< ValueType, IndexType >inline
remove_logger(const Logger *logger) override (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inlinevirtual
remove_logger(ptr_param< const Logger > logger) (defined in gko::log::EnableLogging< PolymorphicObject >)gko::log::EnableLogging< PolymorphicObject >inline
result_type typedef (defined in gko::EnablePolymorphicAssignment< SparsityCsr< ValueType, IndexType > >)gko::EnablePolymorphicAssignment< SparsityCsr< ValueType, IndexType > >
result_type typedef (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >)gko::ConvertibleTo< Csr< ValueType, IndexType > >
result_type typedef (defined in gko::ConvertibleTo< Dense< ValueType > >)gko::ConvertibleTo< Dense< ValueType > >
sort_by_column_index()gko::matrix::SparsityCsr< ValueType, IndexType >
SparsityCsr(const SparsityCsr &)gko::matrix::SparsityCsr< ValueType, IndexType >
SparsityCsr(SparsityCsr &&)gko::matrix::SparsityCsr< ValueType, IndexType >
to_adjacency_matrix() constgko::matrix::SparsityCsr< ValueType, IndexType >
transpose() const overridegko::matrix::SparsityCsr< ValueType, IndexType >virtual
transposed_type typedef (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
value_type typedef (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
write(mat_data &data) const overridegko::matrix::SparsityCsr< ValueType, IndexType >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< SparsityCsr< ValueType, IndexType > >)gko::ConvertibleTo< SparsityCsr< ValueType, IndexType > >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Csr< ValueType, IndexType > >)gko::ConvertibleTo< Csr< ValueType, IndexType > >virtual
~ConvertibleTo()=default (defined in gko::ConvertibleTo< Dense< ValueType > >)gko::ConvertibleTo< Dense< ValueType > >virtual
~Loggable()=default (defined in gko::log::Loggable)gko::log::Loggablevirtual
~PolymorphicObject() (defined in gko::PolymorphicObject)gko::PolymorphicObjectinlinevirtual
~ReadableFromMatrixData()=default (defined in gko::ReadableFromMatrixData< ValueType, IndexType >)gko::ReadableFromMatrixData< ValueType, IndexType >virtual
~Transposable()=default (defined in gko::Transposable)gko::Transposablevirtual
~WritableToMatrixData()=default (defined in gko::WritableToMatrixData< ValueType, IndexType >)gko::WritableToMatrixData< ValueType, IndexType >virtual