Public Types | |
| typedef MatrixT | MatrixType |
| typedef MatrixType::ProfileType | ProfileType |
| typedef MatrixType::DistStructInfo | DistStructInfo |
| typedef CSRProfileConstViewT< ProfileType, DistStructInfo > | BaseType |
| typedef MatrixType::ValueType | ValueType |
| typedef BaseType::IndexType | IndexType |
| Public Types inherited from Alien::CSRProfileConstViewT< MatrixT::ProfileType, MatrixT::DistStructInfo > | |
| typedef MatrixT::ProfileType | ProfileType |
| typedef ProfileType::IndexType | IndexType |
| typedef MatrixT::DistStructInfo | DistInfoType |
Public Member Functions | |
| CSRModifierViewT (MatrixT &matrix) | |
| ValueType * | data () |
| Public Member Functions inherited from Alien::CSRProfileConstViewT< MatrixT::ProfileType, MatrixT::DistStructInfo > | |
| CSRProfileConstViewT (MatrixT::ProfileType 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 () |
Private Attributes | |
| MatrixType & | m_matrix |
Additional Inherited Members | |
| Protected Attributes inherited from Alien::CSRProfileConstViewT< MatrixT::ProfileType, MatrixT::DistStructInfo > | |
| MatrixT::ProfileType const & | m_profile |
| MatrixT::DistStructInfo const & | m_dist_info |
| bool | m_is_parallel |
Definition at line 120 of file CSRModifierViewT.h.
| typedef CSRProfileConstViewT<ProfileType,DistStructInfo> Alien::CSRModifierViewT< MatrixT >::BaseType |
Definition at line 130 of file CSRModifierViewT.h.
| typedef MatrixType::DistStructInfo Alien::CSRModifierViewT< MatrixT >::DistStructInfo |
Definition at line 128 of file CSRModifierViewT.h.
| typedef BaseType::IndexType Alien::CSRModifierViewT< MatrixT >::IndexType |
Definition at line 132 of file CSRModifierViewT.h.
| typedef MatrixT Alien::CSRModifierViewT< MatrixT >::MatrixType |
Definition at line 126 of file CSRModifierViewT.h.
| typedef MatrixType::ProfileType Alien::CSRModifierViewT< MatrixT >::ProfileType |
Definition at line 127 of file CSRModifierViewT.h.
| typedef MatrixType::ValueType Alien::CSRModifierViewT< MatrixT >::ValueType |
Definition at line 131 of file CSRModifierViewT.h.
|
inline |
Definition at line 135 of file CSRModifierViewT.h.
|
inlinevirtual |
Definition at line 142 of file CSRModifierViewT.h.
|
inline |
Definition at line 147 of file CSRModifierViewT.h.
|
private |
Definition at line 153 of file CSRModifierViewT.h.