Vue en lecture seule pour un NumMatrix<DataType_,Row,Column>. Plus de détails...
#include <arcane/utils/NumMatrixDataView.h>
Types publics | |
| using | NumMatrixType = NumMatrix<DataType_, Row, Column> |
| Type de la matrice. | |
| using | AccessorReturnType = const NumMatrixType& |
| Accesseur pour la matrice. | |
| using | MatrixElemenAccessor = DataViewGetter<DataType_> |
| Accesseur pour un élément de la matrice. | |
Fonctions membres publiques | |
| __host__ __device__ | NumMatrixDataViewGetter (const NumMatrixType *ptr) |
| constexpr | operator AccessorReturnType () const noexcept |
Fonctions membres publiques statiques | |
| static constexpr __host__ __device__ AccessorReturnType | build (const NumMatrixType *ptr) |
Vue en lecture seule pour un NumMatrix<DataType_,Row,Column>.
Définition à la ligne 33 du fichier NumMatrixDataView.h.
| using Arcane::NumMatrixDataViewGetter< DataType_, Row, Column >::AccessorReturnType = const NumMatrixType& |
Accesseur pour la matrice.
Définition à la ligne 40 du fichier NumMatrixDataView.h.
| using Arcane::NumMatrixDataViewGetter< DataType_, Row, Column >::MatrixElemenAccessor = DataViewGetter<DataType_> |
Accesseur pour un élément de la matrice.
Définition à la ligne 42 du fichier NumMatrixDataView.h.
| using Arcane::NumMatrixDataViewGetter< DataType_, Row, Column >::NumMatrixType = NumMatrix<DataType_, Row, Column> |
Type de la matrice.
Définition à la ligne 38 du fichier NumMatrixDataView.h.
|
inlineexplicit |
Définition à la ligne 46 du fichier NumMatrixDataView.h.
|
inlinestaticconstexpr |
Définition à la ligne 52 du fichier NumMatrixDataView.h.
|
inlineconstexprnoexcept |
Définition à la ligne 59 du fichier NumMatrixDataView.h.