ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
viennacl::linalg::detail::op_applier< OpT > Struct Template Reference

Worker class for decomposing expression templates. More...

#include <op_applier.hpp>

Public Types

typedef OpT::ERROR_UNKNOWN_OP_TAG_PROVIDED error_type
 

Detailed Description

template<typename OpT>
struct viennacl::linalg::detail::op_applier< OpT >

Worker class for decomposing expression templates.

Template Parameters
AType to which is assigned to
OPOne out of {op_assign, op_inplace_add, op_inplace_sub} @
TRight hand side of the assignment

Definition at line 43 of file op_applier.hpp.

Member Typedef Documentation

template<typename OpT >
typedef OpT::ERROR_UNKNOWN_OP_TAG_PROVIDED viennacl::linalg::detail::op_applier< OpT >::error_type

Definition at line 45 of file op_applier.hpp.


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