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

expression template for sum of two matrix expressions More...

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

Inheritance diagram for mpblocks::cuda::polynomial::Normalized< Scalar, Exp, Spec >:
mpblocks::cuda::polynomial::RValue< Scalar, Normalized< Scalar, Exp, Spec >, Spec >

Public Member Functions

__host__ __device__ Scalar eval (Scalar x)
 
__host__ __device__ Normalized (Exp const &exp)
 

Public Attributes

Exp const & exp
 

Detailed Description

template<typename Scalar, class Exp, class Spec>
struct mpblocks::cuda::polynomial::Normalized< Scalar, Exp, Spec >

expression template for sum of two matrix expressions

Definition at line 36 of file Normalized.h.

Constructor & Destructor Documentation

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

Definition at line 42 of file Normalized.h.

Member Function Documentation

template<typename Scalar , class Exp , class Spec >
__host__ __device__ Scalar mpblocks::cuda::polynomial::Normalized< Scalar, Exp, Spec >::eval ( Scalar  x)
inline

Definition at line 48 of file Normalized.h.

Member Data Documentation

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

Definition at line 39 of file Normalized.h.


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