cheshirekow  v0.1.0
mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx > Struct Template Reference

returns the the specification of the i'th polynomial in the sequence More...

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

Public Types

typedef RemainderSpec< Spec2,
Spec1 >::result 
result
 
typedef SturmSpec< Spec, idx-1 >
::result 
Spec1
 
typedef SturmSpec< Spec, idx-2 >
::result 
Spec2
 

Detailed Description

template<class Spec, int idx>
struct mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx >

returns the the specification of the i'th polynomial in the sequence

Definition at line 48 of file SturmSequence2.h.

Member Typedef Documentation

template<class Spec, int idx>
typedef RemainderSpec< Spec2, Spec1 >::result mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx >::result

Definition at line 52 of file SturmSequence2.h.

template<class Spec, int idx>
typedef SturmSpec<Spec,idx-1>::result mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx >::Spec1

Definition at line 51 of file SturmSequence2.h.

template<class Spec, int idx>
typedef SturmSpec<Spec,idx-2>::result mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx >::Spec2

Definition at line 50 of file SturmSequence2.h.


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