cheshirekow
v0.1.0
|
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 |
returns the the specification of the i'th polynomial in the sequence
Definition at line 48 of file SturmSequence2.h.
typedef RemainderSpec< Spec2, Spec1 >::result mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx >::result |
Definition at line 52 of file SturmSequence2.h.
typedef SturmSpec<Spec,idx-1>::result mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx >::Spec1 |
Definition at line 51 of file SturmSequence2.h.
typedef SturmSpec<Spec,idx-2>::result mpblocks::cuda::polynomial::sturm2_detail::SturmSpec< Spec, idx >::Spec2 |
Definition at line 50 of file SturmSequence2.h.