Public Types | |
| typedef ProfileT | ProfileType |
| typedef ProfileType::IndexType | IndexType |
| typedef DistProfileInfoT | DistInfoType |
Public Member Functions | |
| CSRProfileConstViewT (ProfileT const &profile, DistInfoType const &dist_info, bool is_parallel=false) | |
| std::size_t | nrows () |
| std::size_t | nnz () |
| IndexType const * | kcol () |
| IndexType const * | cols () |
| IndexType const * | dcol () |
Protected Attributes | |
| ProfileT const & | m_profile |
| DistProfileInfoT const & | m_dist_info |
| bool | m_is_parallel = false |
Definition at line 33 of file CSRModifierViewT.h.
| typedef DistProfileInfoT Alien::CSRProfileConstViewT< ProfileT, DistProfileInfoT >::DistInfoType |
Definition at line 46 of file CSRModifierViewT.h.
| typedef ProfileType::IndexType Alien::CSRProfileConstViewT< ProfileT, DistProfileInfoT >::IndexType |
Definition at line 45 of file CSRModifierViewT.h.
| typedef ProfileT Alien::CSRProfileConstViewT< ProfileT, DistProfileInfoT >::ProfileType |
Definition at line 44 of file CSRModifierViewT.h.
|
inline |
Definition at line 49 of file CSRModifierViewT.h.
|
inline |
Definition at line 72 of file CSRModifierViewT.h.
|
inline |
Definition at line 80 of file CSRModifierViewT.h.
|
inline |
Definition at line 67 of file CSRModifierViewT.h.
|
inline |
Definition at line 62 of file CSRModifierViewT.h.
|
inline |
Definition at line 57 of file CSRModifierViewT.h.
|
protected |
Definition at line 38 of file CSRModifierViewT.h.
|
protected |
Definition at line 39 of file CSRModifierViewT.h.
|
protected |
Definition at line 37 of file CSRModifierViewT.h.