|
constexpr | DiagonalMappingReference (DiagonalMappingReference< E > const &)=default |
|
constexpr | DiagonalMappingReference (DiagonalMappingReference< E > &&)=default |
|
constexpr DiagonalMappingReference< E > & | operator= (DiagonalMappingReference< E > const &)=default |
|
constexpr DiagonalMappingReference< E > & | operator= (DiagonalMappingReference< E > &&)=default |
|
constexpr | DiagonalMappingReference (Mapping< E > &mapping) |
| Constructs a new diagonal reference with the provided mapping. More...
|
|
constexpr size_t | rows () const |
|
constexpr size_t | cols () const |
|
constexpr Traits::elem_t & | operator() (size_t i, size_t j) |
| Provides read and write access to tensor elements. More...
|
|
constexpr Traits::elem_t & | operator() (size_t i) |
| Provides read and write access to tensor elements. More...
|
|
constexpr | Mapping (Mapping< DiagonalMappingReference< E > > const &)=default |
|
constexpr | Mapping (Mapping< DiagonalMappingReference< E > > &&)=default |
|
constexpr Mapping< DiagonalMappingReference< E > > & | operator= (Mapping< DiagonalMappingReference< E > > const &)=default |
|
constexpr Mapping< DiagonalMappingReference< E > > & | operator= (Mapping< DiagonalMappingReference< E > > &&)=default |
|
constexpr DiagonalMappingReference< E > & | operator= (std::initializer_list< T > const &list) |
| Copy an initializer list's elements into the tensor's elements. More...
|
|
constexpr DiagonalMappingReference< E > & | operator= (Stream< C > const &s) |
| Copy another tensor's elements into this tenosr's elements. More...
|
|
constexpr Traits::elem_t & | operator() (size_t i, size_t j) |
| Provides read and write access to tensor elements. More...
|
|
constexpr Traits::elem_t | operator() (size_t i, size_t j) const |
| Provides read only access to tensor elements. More...
|
|
constexpr Traits::elem_t & | operator() (size_t i) |
| Provides read and write access to tensor elements. More...
|
|
constexpr Traits::elem_t | operator() (size_t i) const |
| Provides read only access to tensor elements. More...
|
|
constexpr Traits::elem_t & | operator[] (size_t i) |
| Provides read and write access to tensor elements. More...
|
|
constexpr Traits::elem_t | operator[] (size_t i) const |
| Provides read only access to tensor elements. More...
|
|
constexpr | Stream (Stream< DiagonalMappingReference< E > > const &)=default |
|
constexpr | Stream (Stream< DiagonalMappingReference< E > > &&)=default |
|
constexpr Stream< DiagonalMappingReference< E > > & | operator= (Stream< DiagonalMappingReference< E > > const &)=default |
|
constexpr Stream< DiagonalMappingReference< E > > & | operator= (Stream< DiagonalMappingReference< E > > &&)=default |
|
constexpr size_t | rows () const |
|
constexpr size_t | cols () const |
|
constexpr size_t | size () const |
|
constexpr Traits::elem_t | operator() (size_t i, size_t j) const |
| Provides read only access to tensor elements. More...
|
|
constexpr Traits::elem_t | operator() (size_t i) const |
| Provides read only access to tensor elements. More...
|
|
constexpr Traits::elem_t | operator[] (size_t i) const |
| Provides read only access to tensor elements. More...
|
|
constexpr Traits::eval_t | eval () const |
| Forces evaluation of this stream to a value backed type. More...
|
|