Givaro
Namespaces | Functions
rmbinv.h File Reference
#include "ruinvmod.h"
#include "rmbrmint.h"
#include "rmbreduc.h"
+ Include dependency graph for rmbinv.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>
rmint< K, MG_INACTIVE > & inv (rmint< K, MG_INACTIVE > &, const rmint< K, MG_INACTIVE > &)
 
template<size_t K>
rmint< K, MG_INACTIVE > & inv (rmint< K, MG_INACTIVE > &)
 
template<size_t K, typename T >
std::enable_if< std::is_arithmetic< T >::value, rmint< K, MG_INACTIVE > & >::type inv (rmint< K, MG_INACTIVE > &, const T &)