FFLAS-FFPACK
ConvertTo< T > Struct Template Reference

Force conversion to appropriate element type of ElementCategory T. More...

#include <field-traits.h>

Detailed Description

template<class T>
struct FFLAS::ModeCategories::ConvertTo< T >

Force conversion to appropriate element type of ElementCategory T.

e.g.

  • ConvertTo<ElementCategories::MachineFloatTag> tries conversion of Modular<int> to Modular<double>
  • ConvertTo<ElementCategories::FixedPrecIntTag> tries conversion of Modular<Integer> to Modular<RecInt<K> >
  • ConvertTo<ElementCategories::ArbitraryPrecIntTag> tries conversion of Modular<Integer> to RNSInteger

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