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

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

absolute_type typedef (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
compute_absolute() const overridegko::matrix::Fbcsr< ValueType, IndexType >virtual
compute_absolute_inplace() overridegko::matrix::Fbcsr< ValueType, IndexType >virtual
compute_absolute_linop() const overridegko::EnableAbsoluteComputation< remove_complex< Fbcsr< default_precision, int32 > > >inlinevirtual
conj_transpose() const overridegko::matrix::Fbcsr< ValueType, IndexType >virtual
convert_to(Fbcsr< next_precision< ValueType >, IndexType > *result) const override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
convert_to(Dense< ValueType > *other) const override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
convert_to(Csr< ValueType, IndexType > *result) const overridegko::matrix::Fbcsr< ValueType, IndexType >
convert_to(SparsityCsr< ValueType, IndexType > *result) const overridegko::matrix::Fbcsr< ValueType, IndexType >
create(std::shared_ptr< const Executor > exec, int block_size=1)gko::matrix::Fbcsr< ValueType, IndexType >static
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, size_type num_nonzeros, int block_size)gko::matrix::Fbcsr< ValueType, IndexType >static
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, int block_size, array< value_type > values, array< index_type > col_idxs, array< index_type > row_ptrs)gko::matrix::Fbcsr< ValueType, IndexType >static
create(std::shared_ptr< const Executor > exec, const dim< 2 > &size, int block_size, std::initializer_list< InputValueType > values, std::initializer_list< InputColumnIndexType > col_idxs, std::initializer_list< InputRowPtrType > row_ptrs)gko::matrix::Fbcsr< ValueType, IndexType >inlinestatic
create_const(std::shared_ptr< const Executor > exec, const dim< 2 > &size, int blocksize, gko::detail::const_array_view< ValueType > &&values, gko::detail::const_array_view< IndexType > &&col_idxs, gko::detail::const_array_view< IndexType > &&row_ptrs)gko::matrix::Fbcsr< ValueType, IndexType >static
Csr< ValueType, IndexType > (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >friend
Dense< ValueType > (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >friend
device_mat_data typedef (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
EnablePolymorphicObject< Fbcsr, LinOp > (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >friend
extract_diagonal() const overridegko::matrix::Fbcsr< ValueType, IndexType >virtual
extract_diagonal_linop() const overridegko::DiagonalExtractable< default_precision >virtual
Fbcsr(const Fbcsr &)gko::matrix::Fbcsr< ValueType, IndexType >
Fbcsr(Fbcsr &&)gko::matrix::Fbcsr< ValueType, IndexType >
Fbcsr< previous_precision< ValueType >, IndexType > (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >friend
Fbcsr< to_complex< ValueType >, IndexType > (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >friend
FbcsrBuilder< ValueType, IndexType > (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >friend
get_block_size() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_col_idxs() noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_const_col_idxs() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_const_row_ptrs() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_const_values() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_num_block_cols() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_num_block_rows() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_num_stored_blocks() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_num_stored_elements() const noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_row_ptrs() noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
get_values() noexceptgko::matrix::Fbcsr< ValueType, IndexType >inline
index_type typedef (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
is_sorted_by_column_index() constgko::matrix::Fbcsr< ValueType, IndexType >
mat_data typedef (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
move_to(Fbcsr< next_precision< ValueType >, IndexType > *result) override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
move_to(Dense< ValueType > *other) override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
move_to(Csr< ValueType, IndexType > *result) override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
move_to(SparsityCsr< ValueType, IndexType > *result) override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
operator=(const Fbcsr &)gko::matrix::Fbcsr< ValueType, IndexType >
operator=(Fbcsr &&)gko::matrix::Fbcsr< ValueType, IndexType >
read(const mat_data &data) overridegko::matrix::Fbcsr< ValueType, IndexType >
read(const device_mat_data &data) override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
read(device_mat_data &&data) override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< 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::Fbcsr< ValueType, IndexType >
SparsityCsr< ValueType, IndexType > (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >friend
transpose() const overridegko::matrix::Fbcsr< ValueType, IndexType >virtual
transposed_type typedef (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
value_type typedef (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
write(mat_data &data) const override (defined in gko::matrix::Fbcsr< ValueType, IndexType >)gko::matrix::Fbcsr< ValueType, IndexType >
gko::WritableToMatrixData< default_precision, int32 >::write(matrix_data< default_precision, int32 > &data) const=0gko::WritableToMatrixData< default_precision, int32 >pure virtual
~DiagonalLinOpExtractable()=default (defined in gko::DiagonalLinOpExtractable)gko::DiagonalLinOpExtractablevirtual
~Transposable()=default (defined in gko::Transposable)gko::Transposablevirtual