Ginkgo
Generated from pipelines/1589998975 branch based on develop. Ginkgo version 1.10.0
A numerical linear algebra library targeting many-core architectures
- c -
check() :
gko::stop::Criterion
,
gko::stop::Criterion::Updater
check_environment() :
gko::CudaAsyncAllocator
clac_size() :
gko::matrix::Csr< ValueType, IndexType >::automatical
,
gko::matrix::Csr< ValueType, IndexType >::classical
,
gko::matrix::Csr< ValueType, IndexType >::cusparse
,
gko::matrix::Csr< ValueType, IndexType >::load_balance
,
gko::matrix::Csr< ValueType, IndexType >::merge_path
,
gko::matrix::Csr< ValueType, IndexType >::sparselib
,
gko::matrix::Csr< ValueType, IndexType >::strategy_type
classical() :
gko::matrix::Csr< ValueType, IndexType >::classical
clear() :
gko::array< ValueType >
,
gko::index_set< IndexType >
,
gko::PolymorphicObject
clear_loggers() :
gko::log::Loggable
clone() :
gko::PolymorphicObject
col_at() :
gko::matrix::Ell< ValueType, IndexType >
,
gko::matrix::Sellp< ValueType, IndexType >
col_scale() :
gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
column_limit() :
gko::matrix::Hybrid< ValueType, IndexType >::column_limit
column_permute() :
gko::matrix::Csr< ValueType, IndexType >
,
gko::matrix::Dense< ValueType >
,
gko::Permutable< IndexType >
Combination() :
gko::Combination< ValueType >
common() :
gko::precision_reduction
communicator() :
gko::experimental::mpi::communicator
compose() :
gko::matrix::Permutation< IndexType >
,
gko::matrix::ScaledPermutation< ValueType, IndexType >
Composition() :
gko::Composition< ValueType >
compute_absolute() :
gko::EnableAbsoluteComputation< AbsoluteLinOp >
,
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Coo< ValueType, IndexType >
,
gko::matrix::Csr< ValueType, IndexType >
,
gko::matrix::Dense< ValueType >
,
gko::matrix::Diagonal< ValueType >
,
gko::matrix::Ell< ValueType, IndexType >
,
gko::matrix::Fbcsr< ValueType, IndexType >
,
gko::matrix::Hybrid< ValueType, IndexType >
,
gko::matrix::Sellp< ValueType, IndexType >
compute_absolute_inplace() :
gko::AbsoluteComputable
,
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Coo< ValueType, IndexType >
,
gko::matrix::Csr< ValueType, IndexType >
,
gko::matrix::Dense< ValueType >
,
gko::matrix::Diagonal< ValueType >
,
gko::matrix::Ell< ValueType, IndexType >
,
gko::matrix::Fbcsr< ValueType, IndexType >
,
gko::matrix::Hybrid< ValueType, IndexType >
,
gko::matrix::Sellp< ValueType, IndexType >
compute_absolute_linop() :
gko::AbsoluteComputable
,
gko::EnableAbsoluteComputation< AbsoluteLinOp >
compute_conj_dot() :
gko::batch::MultiVector< ValueType >
,
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
compute_dot() :
gko::batch::MultiVector< ValueType >
,
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
compute_ell_num_stored_elements_per_row() :
gko::matrix::Hybrid< ValueType, IndexType >::automatic
,
gko::matrix::Hybrid< ValueType, IndexType >::column_limit
,
gko::matrix::Hybrid< ValueType, IndexType >::imbalance_bounded_limit
,
gko::matrix::Hybrid< ValueType, IndexType >::imbalance_limit
,
gko::matrix::Hybrid< ValueType, IndexType >::minimal_storage_limit
,
gko::matrix::Hybrid< ValueType, IndexType >::strategy_type
compute_hybrid_config() :
gko::matrix::Hybrid< ValueType, IndexType >::strategy_type
compute_inverse() :
gko::matrix::Permutation< IndexType >
,
gko::matrix::ScaledPermutation< ValueType, IndexType >
compute_mean() :
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
compute_norm1() :
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
compute_norm2() :
gko::batch::MultiVector< ValueType >
,
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
compute_squared_norm2() :
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
compute_storage_space() :
gko::preconditioner::block_interleaved_storage_scheme< IndexType >
cond() :
gko::matrix_data< ValueType, IndexType >
conj_transpose() :
gko::Combination< ValueType >
,
gko::Composition< ValueType >
,
gko::experimental::solver::Direct< ValueType, IndexType >
,
gko::matrix::Csr< ValueType, IndexType >
,
gko::matrix::Dense< ValueType >
,
gko::matrix::Diagonal< ValueType >
,
gko::matrix::Fbcsr< ValueType, IndexType >
,
gko::matrix::Fft2
,
gko::matrix::Fft3
,
gko::matrix::Fft
,
gko::matrix::Identity< ValueType >
,
gko::matrix::SparsityCsr< ValueType, IndexType >
,
gko::preconditioner::Ic< LSolverType, IndexType >
,
gko::preconditioner::Ilu< LSolverType, USolverType, ReverseApply, IndexType >
,
gko::preconditioner::Isai< IsaiType, ValueType, IndexType >
,
gko::preconditioner::Jacobi< ValueType, IndexType >
,
gko::solver::Bicg< ValueType >
,
gko::solver::Bicgstab< ValueType >
,
gko::solver::Cg< ValueType >
,
gko::solver::Cgs< ValueType >
,
gko::solver::Fcg< ValueType >
,
gko::solver::Gcr< ValueType >
,
gko::solver::Gmres< ValueType >
,
gko::solver::Idr< ValueType >
,
gko::solver::Ir< ValueType >
,
gko::solver::LowerTrs< ValueType, IndexType >
,
gko::solver::UpperTrs< ValueType, IndexType >
,
gko::Transposable
const_view() :
gko::array< ValueType >
contains() :
gko::index_set< IndexType >
,
gko::matrix_assembly_data< ValueType, IndexType >
contiguous_type() :
gko::experimental::mpi::contiguous_type
converge() :
gko::stopping_status
convert_to() :
gko::ConvertibleTo< ResultType >
,
gko::EnablePolymorphicAssignment< ConcreteType, ResultType >
,
gko::matrix::Fbcsr< ValueType, IndexType >
,
gko::preconditioner::Jacobi< ValueType, IndexType >
copy() :
gko::Executor
,
gko::matrix::Csr< ValueType, IndexType >::automatical
,
gko::matrix::Csr< ValueType, IndexType >::classical
,
gko::matrix::Csr< ValueType, IndexType >::cusparse
,
gko::matrix::Csr< ValueType, IndexType >::load_balance
,
gko::matrix::Csr< ValueType, IndexType >::merge_path
,
gko::matrix::Csr< ValueType, IndexType >::sparselib
,
gko::matrix::Csr< ValueType, IndexType >::strategy_type
copy_from() :
gko::accessor::row_major< ValueType, Dimensionality >
,
gko::Executor
,
gko::PolymorphicObject
copy_to_host() :
gko::device_matrix_data< ValueType, IndexType >
copy_val_to_host() :
gko::Executor
create() :
gko::batch::log::BatchConvergence< ValueType >
,
gko::batch::matrix::Csr< ValueType, IndexType >
,
gko::batch::matrix::Dense< ValueType >
,
gko::batch::matrix::Ell< ValueType, IndexType >
,
gko::batch::matrix::Identity< ValueType >
,
gko::batch::MultiVector< ValueType >
,
gko::BlockOperator
,
gko::CudaExecutor
,
gko::DpcppExecutor
,
gko::EnableDefaultFactory< ConcreteFactory, ProductType, ParametersType, PolymorphicBase >
,
gko::experimental::distributed::Matrix< ValueType, LocalIndexType, GlobalIndexType >
,
gko::experimental::distributed::Vector< ValueType >
,
gko::HipExecutor
,
gko::log::Convergence< ValueType >
,
gko::log::Papi< ValueType >
,
gko::log::PerformanceHint
,
gko::log::Record
,
gko::log::Stream< ValueType >
,
gko::matrix::Coo< ValueType, IndexType >
,
gko::matrix::Csr< ValueType, IndexType >
,
gko::matrix::Dense< ValueType >
,
gko::matrix::Diagonal< ValueType >
,
gko::matrix::Ell< ValueType, IndexType >
,
gko::matrix::Fbcsr< ValueType, IndexType >
,
gko::matrix::Fft2
,
gko::matrix::Fft3
,
gko::matrix::Fft
,
gko::matrix::Hybrid< ValueType, IndexType >
,
gko::matrix::Identity< ValueType >
,
gko::matrix::IdentityFactory< ValueType >
,
gko::matrix::Permutation< IndexType >
,
gko::matrix::RowGatherer< IndexType >
,
gko::matrix::ScaledPermutation< ValueType, IndexType >
,
gko::matrix::Sellp< ValueType, IndexType >
,
gko::matrix::SparsityCsr< ValueType, IndexType >
,
gko::OmpExecutor
,
gko::Perturbation< ValueType >
create_const() :
gko::batch::matrix::Csr< ValueType, IndexType >
,
gko::batch::matrix::Dense< ValueType >
,
gko::batch::matrix::Ell< ValueType, IndexType >
,
gko::batch::MultiVector< ValueType >
,
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Coo< ValueType, IndexType >
,
gko::matrix::Csr< ValueType, IndexType >
,
gko::matrix::Dense< ValueType >
,
gko::matrix::Diagonal< ValueType >
,
gko::matrix::Ell< ValueType, IndexType >
,
gko::matrix::Fbcsr< ValueType, IndexType >
,
gko::matrix::Permutation< IndexType >
,
gko::matrix::RowGatherer< IndexType >
,
gko::matrix::ScaledPermutation< ValueType, IndexType >
,
gko::matrix::SparsityCsr< ValueType, IndexType >
create_const_view_for_item() :
gko::batch::matrix::Csr< ValueType, IndexType >
,
gko::batch::matrix::Dense< ValueType >
,
gko::batch::matrix::Ell< ValueType, IndexType >
,
gko::batch::MultiVector< ValueType >
create_const_view_of() :
gko::matrix::Dense< ValueType >
create_custom() :
gko::log::ProfilerHook
create_default() :
gko::PolymorphicObject
create_for_executor() :
gko::log::ProfilerHook
,
gko::Timer
create_from_combined_lu() :
gko::experimental::factorization::Factorization< ValueType, IndexType >
create_from_composition() :
gko::experimental::factorization::Factorization< ValueType, IndexType >
create_from_host() :
gko::device_matrix_data< ValueType, IndexType >
create_from_offsets() :
gko::segmented_array< T >
create_from_sizes() :
gko::segmented_array< T >
create_from_symm_composition() :
gko::experimental::factorization::Factorization< ValueType, IndexType >
create_nested_summary() :
gko::log::ProfilerHook
create_nvtx() :
gko::log::ProfilerHook
create_real_view() :
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
create_roctx() :
gko::log::ProfilerHook
create_scalar_csv_writer() :
gko::log::SolverProgress
create_scalar_table_writer() :
gko::log::SolverProgress
create_submatrix() :
gko::matrix::Csr< ValueType, IndexType >
,
gko::matrix::Dense< ValueType >
create_summary() :
gko::log::ProfilerHook
create_tau() :
gko::log::ProfilerHook
create_time_point() :
gko::Timer
create_vector_storage() :
gko::log::SolverProgress
create_view_for_item() :
gko::batch::matrix::Csr< ValueType, IndexType >
,
gko::batch::matrix::Dense< ValueType >
,
gko::batch::matrix::Ell< ValueType, IndexType >
,
gko::batch::MultiVector< ValueType >
create_view_of() :
gko::matrix::Dense< ValueType >
create_vtune() :
gko::log::ProfilerHook
create_with_config_of() :
gko::batch::MultiVector< ValueType >
,
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
create_with_type_of() :
gko::experimental::distributed::Vector< ValueType >
,
gko::matrix::Dense< ValueType >
Csr() :
gko::matrix::Csr< ValueType, IndexType >
CublasError() :
gko::CublasError
cuda_stream() :
gko::cuda_stream
CudaError() :
gko::CudaError
CufftError() :
gko::CufftError
CurandError() :
gko::CurandError
cusparse() :
gko::matrix::Csr< ValueType, IndexType >::cusparse
CusparseError() :
gko::CusparseError
Generated by
1.8.16