My Project
Loading...
Searching...
No Matches
Functions | Variables
rintegers.cc File Reference
#include "misc/auxiliary.h"
#include "factory/factory.h"
#include "misc/mylimits.h"
#include "reporter/reporter.h"
#include "coeffs/rintegers.h"
#include "coeffs/mpr_complex.h"
#include "coeffs/rmodulon.h"
#include "coeffs/longrat.h"
#include "coeffs/numbers.h"
#include <string.h>
#include "rintegers2.cc"

Go to the source code of this file.

Functions

static char * nrzCoeffName (const coeffs)
 

Variables

VAR omBin gmp_nrz_bin = omGetSpecBin(sizeof(mpz_t))
 

Function Documentation

◆ nrzCoeffName()

static char * nrzCoeffName ( const  coeffs)
static

Definition at line 26 of file rintegers.cc.

27{
28 return (char*)"ZZ";
29}

Variable Documentation

◆ gmp_nrz_bin

VAR omBin gmp_nrz_bin = omGetSpecBin(sizeof(mpz_t))

Definition at line 24 of file rintegers.cc.