cheshirekow  v0.1.0
mpblocks::cuda::polynomial::DerivativeSurrogate< n, Scalar, Exp, Spec > Struct Template Reference

intermediate object which allows LValue assignment operator to call differntiate expression template for sum of two matrix expressions More...

#include <mpblocks/cuda/polynomial/LValue.h>

Public Member Functions

__host__ __device__ DerivativeSurrogate (Exp const &exp)
 

Public Attributes

Exp const & exp
 

Detailed Description

template<int n, typename Scalar, class Exp, class Spec>
struct mpblocks::cuda::polynomial::DerivativeSurrogate< n, Scalar, Exp, Spec >

intermediate object which allows LValue assignment operator to call differntiate expression template for sum of two matrix expressions

Definition at line 73 of file LValue.h.

Constructor & Destructor Documentation

template<int n, typename Scalar, class Exp, class Spec>
__host__ __device__ mpblocks::cuda::polynomial::DerivativeSurrogate< n, Scalar, Exp, Spec >::DerivativeSurrogate ( Exp const &  exp)
inline

Definition at line 78 of file LValue.h.

Member Data Documentation

template<int n, typename Scalar, class Exp, class Spec>
Exp const& mpblocks::cuda::polynomial::DerivativeSurrogate< n, Scalar, Exp, Spec >::exp

Definition at line 75 of file LValue.h.


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