![]() |
Block-Structured AMR Software Framework
|
Rows of another matrix fetched for SpGEMM. Column indices are global. More...
#include <AMReX_SpMatrix.H>
Public Member Functions | |
| RemoteRowsMM ()=default | |
| ~RemoteRowsMM () | |
| RemoteRowsMM (RemoteRowsMM const &)=delete | |
| RemoteRowsMM & | operator= (RemoteRowsMM const &)=delete |
| RemoteRowsMM (RemoteRowsMM &&rhs) noexcept | |
| RemoteRowsMM & | operator= (RemoteRowsMM &&rhs) noexcept |
| void | clear () |
Public Attributes | |
| container_type< Long > | row_offset |
| Long * | col_index = nullptr |
| T * | mat = nullptr |
| Long | nrows = 0 |
| Long | nnz = 0 |
Rows of another matrix fetched for SpGEMM. Column indices are global.
|
default |
|
inline |
|
delete |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
delete |
| Long* amrex::SpMatrix< T, Allocator >::RemoteRowsMM::col_index = nullptr |
| T* amrex::SpMatrix< T, Allocator >::RemoteRowsMM::mat = nullptr |
| Long amrex::SpMatrix< T, Allocator >::RemoteRowsMM::nnz = 0 |
| Long amrex::SpMatrix< T, Allocator >::RemoteRowsMM::nrows = 0 |
| container_type<Long> amrex::SpMatrix< T, Allocator >::RemoteRowsMM::row_offset |