Givaro
Namespaces | Functions
rmgmul.h File Reference
#include "rmgrmint.h"
#include "rmgreduc.h"
#include "rmmul.h"
+ Include dependency graph for rmgmul.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 RecInt
 NOTE : For this common file, either basic/reduc.h or mg/reduc.h has to be pre-included.
 

Functions

template<size_t K, typename T >
std::enable_if< std::is_arithmetic< T >::value, void >::type mul (rmint< K, MG_ACTIVE > &a, const rmint< K, MG_ACTIVE > &b, const T &c)
 
template<size_t K, typename T >
std::enable_if< std::is_arithmetic< T >::value, void >::type mul (rmint< K, MG_ACTIVE > &a, const T &b)