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

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

Public Attributes

Arg1 arg1
 
Arg2 arg2
 
std::size_t leading_dimension
 
boost::compute::buffer const & buffer
 

Detailed Description

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

Definition at line 42 of file matrix.hpp.

Member Data Documentation

◆ arg1

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

Definition at line 44 of file matrix.hpp.

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

◆ arg2

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

Definition at line 45 of file matrix.hpp.

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

◆ buffer

template<class Arg1, class Arg2, class T>
boost::compute::buffer const& remora::gpu::detail::induced_matrix_element< Arg1, Arg2, T >::buffer

Definition at line 47 of file matrix.hpp.

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

◆ leading_dimension

template<class Arg1, class Arg2, class T>
std::size_t remora::gpu::detail::induced_matrix_element< Arg1, Arg2, T >::leading_dimension

Definition at line 46 of file matrix.hpp.

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


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