columnIndex() const | amrex::SpMatrix< T, Allocator > | inline |
columnIndex() | amrex::SpMatrix< T, Allocator > | inline |
data() const | amrex::SpMatrix< T, Allocator > | inline |
data() | amrex::SpMatrix< T, Allocator > | inline |
define(AlgPartition partition, int nnz) | amrex::SpMatrix< T, Allocator > | |
define_doit(int nnz) | amrex::SpMatrix< T, Allocator > | |
diagonalVector() const | amrex::SpMatrix< T, Allocator > | |
DVec typedef | amrex::SpMatrix< T, Allocator > | private |
finishComm(AlgVector< T > &y) | amrex::SpMatrix< T, Allocator > | private |
globalRowBegin() const | amrex::SpMatrix< T, Allocator > | inline |
globalRowEnd() const | amrex::SpMatrix< T, Allocator > | inline |
m_comm_prepared | amrex::SpMatrix< T, Allocator > | private |
m_data | amrex::SpMatrix< T, Allocator > | private |
m_data_remote | amrex::SpMatrix< T, Allocator > | private |
m_diagonal | amrex::SpMatrix< T, Allocator > | mutableprivate |
m_partition | amrex::SpMatrix< T, Allocator > | private |
m_recv_buffer | amrex::SpMatrix< T, Allocator > | private |
m_recv_counts | amrex::SpMatrix< T, Allocator > | private |
m_recv_from | amrex::SpMatrix< T, Allocator > | private |
m_recv_reqs | amrex::SpMatrix< T, Allocator > | private |
m_remote_cols | amrex::SpMatrix< T, Allocator > | private |
m_row_begin | amrex::SpMatrix< T, Allocator > | private |
m_row_end | amrex::SpMatrix< T, Allocator > | private |
m_rtol | amrex::SpMatrix< T, Allocator > | private |
m_send_buffer | amrex::SpMatrix< T, Allocator > | private |
m_send_counts | amrex::SpMatrix< T, Allocator > | private |
m_send_indices | amrex::SpMatrix< T, Allocator > | private |
m_send_reqs | amrex::SpMatrix< T, Allocator > | private |
m_send_to | amrex::SpMatrix< T, Allocator > | private |
m_shifted | amrex::SpMatrix< T, Allocator > | private |
m_total_counts_recv | amrex::SpMatrix< T, Allocator > | private |
m_total_counts_send | amrex::SpMatrix< T, Allocator > | private |
numGlobalRows() const | amrex::SpMatrix< T, Allocator > | inline |
numLocalNonZero() const | amrex::SpMatrix< T, Allocator > | inline |
numLocalRows() const | amrex::SpMatrix< T, Allocator > | inline |
operator=(SpMatrix const &)=delete | amrex::SpMatrix< T, Allocator > | |
operator=(SpMatrix &&)=default | amrex::SpMatrix< T, Allocator > | |
pack_buffer(AlgVector< T > const &v) | amrex::SpMatrix< T, Allocator > | |
partition() const | amrex::SpMatrix< T, Allocator > | inline |
prepare_comm() | amrex::SpMatrix< T, Allocator > | |
printToFile(std::string const &file) const | amrex::SpMatrix< T, Allocator > | |
rowOffset() const | amrex::SpMatrix< T, Allocator > | inline |
rowOffset() | amrex::SpMatrix< T, Allocator > | inline |
setVal(F const &f) | amrex::SpMatrix< T, Allocator > | |
SpMatrix()=default | amrex::SpMatrix< T, Allocator > | |
SpMatrix(AlgPartition partition, int nnz) | amrex::SpMatrix< T, Allocator > | |
SpMatrix(SpMatrix const &)=delete | amrex::SpMatrix< T, Allocator > | |
SpMatrix(SpMatrix &&)=default | amrex::SpMatrix< T, Allocator > | |
SpMV(AlgVector< U > &y, SpMatrix< U > const &A, AlgVector< U > const &x) | amrex::SpMatrix< T, Allocator > | friend |
startComm(AlgVector< T > const &x) | amrex::SpMatrix< T, Allocator > | private |
unpack_buffer(AlgVector< T > &v) | amrex::SpMatrix< T, Allocator > | |
value_type typedef | amrex::SpMatrix< T, Allocator > | |
~SpMatrix()=default | amrex::SpMatrix< T, Allocator > | |