cheshirekow  v0.1.0
mpblocks::cuda::linalg2::dot_private::Iterator< Scalar, ROWS, i, ExpA, ExpB > Struct Template Reference

returns the square of the ith element plus the result of the next iterator More...

#include <mpblocks/cuda/linalg2/Dot.h>

Static Public Member Functions

__device__ static __host__ Scalar result (const ExpA &A, const ExpB &B)
 

Detailed Description

template<typename Scalar, Size_t ROWS, Size_t i, class ExpA, class ExpB>
struct mpblocks::cuda::linalg2::dot_private::Iterator< Scalar, ROWS, i, ExpA, ExpB >

returns the square of the ith element plus the result of the next iterator

Definition at line 48 of file Dot.h.

Member Function Documentation

template<typename Scalar , Size_t ROWS, Size_t i, class ExpA , class ExpB >
__device__ static __host__ Scalar mpblocks::cuda::linalg2::dot_private::Iterator< Scalar, ROWS, i, ExpA, ExpB >::result ( const ExpA &  A,
const ExpB &  B 
)
inlinestatic

Definition at line 51 of file Dot.h.


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