remora::gpu::matrix_transport_to_cpu< E > Class Template Reference

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

+ Inheritance diagram for remora::gpu::matrix_transport_to_cpu< E >:

Public Types

typedef value_type const & const_reference
 
typedef const_reference reference
 
typedef blockwise< typename E::evaluation_category::tag > evaluation_category
 
typedef E::orientation orientation
 
typedef E::const_row_iterator const_row_iterator
 
typedef E::const_column_iterator const_column_iterator
 
typedef const_row_iterator row_iterator
 
typedef const_column_iterator column_iterator
 

Public Member Functions

 matrix_transport_to_cpu (expression_closure_type const &expression)
 
size_type size1 () const
 
size_type size2 () const
 
expression_closure_type const & expression () const
 
boost::compute::command_queue & queue () const
 
template<class MatX >
void assign_to (matrix_expression< MatX, cpu_tag > &X, value_type const &alpha=value_type(1)) const
 
template<class MatX >
void plus_assign_to (matrix_expression< MatX, cpu_tag > &X, value_type const &alpha=value_type(1)) const
 
template<class MatX >
void minus_assign_to (matrix_expression< MatX, cpu_tag > &X, value_type alpha=value_type(1)) const
 
- Public Member Functions inherited from remora::matrix_expression< matrix_transport_to_cpu< E >, cpu_tag >
const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

template<class E>
class remora::gpu::matrix_transport_to_cpu< E >

Definition at line 268 of file copy.hpp.

Member Typedef Documentation

◆ column_iterator

Definition at line 288 of file copy.hpp.

◆ const_column_iterator

template<class E >
typedef E::const_column_iterator remora::gpu::matrix_transport_to_cpu< E >::const_column_iterator

Definition at line 286 of file copy.hpp.

◆ const_reference

template<class E >
typedef value_type const& remora::gpu::matrix_transport_to_cpu< E >::const_reference

Definition at line 274 of file copy.hpp.

◆ const_row_iterator

template<class E >
typedef E::const_row_iterator remora::gpu::matrix_transport_to_cpu< E >::const_row_iterator

Definition at line 285 of file copy.hpp.

◆ evaluation_category

template<class E >
typedef blockwise<typename E::evaluation_category::tag> remora::gpu::matrix_transport_to_cpu< E >::evaluation_category

Definition at line 281 of file copy.hpp.

◆ orientation

template<class E >
typedef E::orientation remora::gpu::matrix_transport_to_cpu< E >::orientation

Definition at line 282 of file copy.hpp.

◆ reference

Definition at line 275 of file copy.hpp.

◆ row_iterator

Definition at line 287 of file copy.hpp.

Constructor & Destructor Documentation

◆ matrix_transport_to_cpu()

template<class E >
remora::gpu::matrix_transport_to_cpu< E >::matrix_transport_to_cpu ( expression_closure_type const &  expression)
inlineexplicit

Definition at line 291 of file copy.hpp.

Member Function Documentation

◆ assign_to()

template<class E >
template<class MatX >
void remora::gpu::matrix_transport_to_cpu< E >::assign_to ( matrix_expression< MatX, cpu_tag > &  X,
value_type const &  alpha = value_type(1) 
) const
inline

Definition at line 310 of file copy.hpp.

References remora::gpu::vector_transport_to_cpu< E >::assign_to().

◆ expression()

template<class E >
expression_closure_type const& remora::gpu::matrix_transport_to_cpu< E >::expression ( ) const
inline

Definition at line 301 of file copy.hpp.

◆ minus_assign_to()

template<class E >
template<class MatX >
void remora::gpu::matrix_transport_to_cpu< E >::minus_assign_to ( matrix_expression< MatX, cpu_tag > &  X,
value_type  alpha = value_type(1) 
) const
inline

◆ plus_assign_to()

template<class E >
template<class MatX >
void remora::gpu::matrix_transport_to_cpu< E >::plus_assign_to ( matrix_expression< MatX, cpu_tag > &  X,
value_type const &  alpha = value_type(1) 
) const
inline

◆ queue()

template<class E >
boost::compute::command_queue& remora::gpu::matrix_transport_to_cpu< E >::queue ( ) const
inline

Definition at line 304 of file copy.hpp.

◆ size1()

template<class E >
size_type remora::gpu::matrix_transport_to_cpu< E >::size1 ( ) const
inline

Definition at line 295 of file copy.hpp.

◆ size2()

template<class E >
size_type remora::gpu::matrix_transport_to_cpu< E >::size2 ( ) const
inline

Definition at line 298 of file copy.hpp.


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