Givaro 4.2.1
test-midmul.C File Reference
#include <iostream>
#include <givaro/givrandom.h>
#include <givaro/givtimer.h>
#include <givaro/modular.h>
#include <givaro/givpoly1.h>
#include <givaro/givpower.h>
#include <givaro/givquotientdomain.h>

Macros

#define GIV_PASSED_MSG   "\033[1;32mPASSED.\033[0m"
 
#define GIV_ERROR_MSG   "\033[1;31m****** ERROR ******\033[0m "
 
#define POLYS   Poly1Dom< Modular<int32_t>, Dense >
 
#define POLY   POLYS::Element
 

Functions

bool testMP (Poly1Dom< Modular< int32_t >, Dense > PD, Poly1Dom< Modular< int32_t >, Dense >::ElementP, Poly1Dom< Modular< int32_t >, Dense >::ElementQ, Poly1Dom< Modular< int32_t >, Dense >::ElementR)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ GIV_PASSED_MSG

#define GIV_PASSED_MSG   "\033[1;32mPASSED.\033[0m"

◆ GIV_ERROR_MSG

#define GIV_ERROR_MSG   "\033[1;31m****** ERROR ******\033[0m "

◆ POLYS

#define POLYS   Poly1Dom< Modular<int32_t>, Dense >

◆ POLY

#define POLY   POLYS::Element

Function Documentation

◆ testMP()

bool testMP ( Poly1Dom< Modular< int32_t >, Dense > PD,
Poly1Dom< Modular< int32_t >, Dense >::ElementP ,
Poly1Dom< Modular< int32_t >, Dense >::ElementQ ,
Poly1Dom< Modular< int32_t >, Dense >::ElementR  )

◆ main()

int main ( int argc,
char ** argv )