remora::detail::induced_matrix_adaptor_element< Arg1, Arg2, T > Struct Template Reference

#include <shark/LinAlg/BLAS/gpu/matrix_proxy_classes.hpp>

Public Attributes

Arg1 arg1
 
Arg2 arg2
 
gpu::dense_matrix_storage< T > storage
 

Detailed Description

template<class Arg1, class Arg2, class T>
struct remora::detail::induced_matrix_adaptor_element< Arg1, Arg2, T >

Definition at line 40 of file matrix_proxy_classes.hpp.

Member Data Documentation

◆ arg1

template<class Arg1, class Arg2, class T>
Arg1 remora::detail::induced_matrix_adaptor_element< Arg1, Arg2, T >::arg1

Definition at line 42 of file matrix_proxy_classes.hpp.

Referenced by remora::detail::operator<<().

◆ arg2

template<class Arg1, class Arg2, class T>
Arg2 remora::detail::induced_matrix_adaptor_element< Arg1, Arg2, T >::arg2

Definition at line 43 of file matrix_proxy_classes.hpp.

Referenced by remora::detail::operator<<().

◆ storage


The documentation for this struct was generated from the following file: