cheshirekow  v0.1.0
mpblocks::cuda::polynomial::ScratchSpec< NumSpec, DenSpec > Struct Template Reference

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

Public Types

enum  { max_coeff_N = intlist::max<NumSpec>::value, max_coeff_S = max_coeff_N - 1 }
 
typedef intlist::range
< 0, max_coeff_S >::result 
result
 

Detailed Description

template<class NumSpec, class DenSpec>
struct mpblocks::cuda::polynomial::ScratchSpec< NumSpec, DenSpec >

Definition at line 60 of file divide.h.

Member Typedef Documentation

template<class NumSpec , class DenSpec >
typedef intlist::range<0,max_coeff_S>::result mpblocks::cuda::polynomial::ScratchSpec< NumSpec, DenSpec >::result

Definition at line 68 of file divide.h.

Member Enumeration Documentation

template<class NumSpec , class DenSpec >
anonymous enum
Enumerator
max_coeff_N 
max_coeff_S 

Definition at line 62 of file divide.h.


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