cheshirekow  v0.1.0
mpblocks::cuda::linalg2::norm_private::Iterator< Scalar, ROWS, COLS, i, j, Exp > Struct Template Reference

returns the square of the (i,j)th element plus the result of the next iterator More...

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

Static Public Member Functions

__device__ static __host__ Scalar result (const Exp &A)
 

Detailed Description

template<typename Scalar, Size_t ROWS, Size_t COLS, Size_t i, Size_t j, class Exp>
struct mpblocks::cuda::linalg2::norm_private::Iterator< Scalar, ROWS, COLS, i, j, Exp >

returns the square of the (i,j)th element plus the result of the next iterator

Definition at line 45 of file Norm.h.

Member Function Documentation

template<typename Scalar , Size_t ROWS, Size_t COLS, Size_t i, Size_t j, class Exp >
__device__ static __host__ Scalar mpblocks::cuda::linalg2::norm_private::Iterator< Scalar, ROWS, COLS, i, j, Exp >::result ( const Exp &  A)
inlinestatic

Definition at line 48 of file Norm.h.


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