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

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

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 >
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
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_num_nonzeros() const noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
get_row_ptrs() noexceptgko::matrix::SparsityCsr< ValueType, IndexType >inline
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 >
mat_data typedef (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
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 >
operator=(const SparsityCsr &)gko::matrix::SparsityCsr< ValueType, IndexType >
operator=(SparsityCsr &&)gko::matrix::SparsityCsr< ValueType, IndexType >
read(const mat_data &data) override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
read(const device_mat_data &data) override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
read(device_mat_data &&data) override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
gko::ReadableFromMatrixData< default_precision, int32 >::read(const matrix_data< default_precision, int32 > &data)=0gko::ReadableFromMatrixData< default_precision, int32 >pure virtual
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 override (defined in gko::matrix::SparsityCsr< ValueType, IndexType >)gko::matrix::SparsityCsr< ValueType, IndexType >
gko::WritableToMatrixData< default_precision, int32 >::write(matrix_data< default_precision, int32 > &data) const=0gko::WritableToMatrixData< default_precision, int32 >pure virtual
~Transposable()=default (defined in gko::Transposable)gko::Transposablevirtual