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 | |
| CSRConstViewT (MatrixT const &matrix) | |
| ValueType const * | 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 const & | 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 90 of file CSRModifierViewT.h.
| typedef CSRProfileConstViewT<ProfileType,DistStructInfo> Alien::CSRConstViewT< MatrixT >::BaseType |
Definition at line 100 of file CSRModifierViewT.h.
| typedef MatrixType::DistStructInfo Alien::CSRConstViewT< MatrixT >::DistStructInfo |
Definition at line 98 of file CSRModifierViewT.h.
| typedef BaseType::IndexType Alien::CSRConstViewT< MatrixT >::IndexType |
Definition at line 102 of file CSRModifierViewT.h.
| typedef MatrixT Alien::CSRConstViewT< MatrixT >::MatrixType |
Definition at line 96 of file CSRModifierViewT.h.
| typedef MatrixType::ProfileType Alien::CSRConstViewT< MatrixT >::ProfileType |
Definition at line 97 of file CSRModifierViewT.h.
| typedef MatrixType::ValueType Alien::CSRConstViewT< MatrixT >::ValueType |
Definition at line 101 of file CSRModifierViewT.h.
|
inline |
Definition at line 105 of file CSRModifierViewT.h.
|
inline |
Definition at line 110 of file CSRModifierViewT.h.
|
private |
Definition at line 116 of file CSRModifierViewT.h.