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 void nrzCoeffWrite (const coeffs, BOOLEAN)
 
static char * nrzCoeffName (const coeffs)
 
static char * nrzCoeffString (const coeffs cf)
 

Variables

VAR omBin gmp_nrz_bin = omGetSpecBin(sizeof(mpz_t))
 

Function Documentation

◆ nrzCoeffName()

static char* nrzCoeffName ( const coeffs  )
static

Definition at line 31 of file rintegers.cc.

32 {
33  return (char*)"ZZ";
34 }

◆ nrzCoeffString()

static char* nrzCoeffString ( const coeffs  cf)
static

Definition at line 36 of file rintegers.cc.

37 {
38  return omStrDup(nrzCoeffName(cf));
39 }
static char * nrzCoeffName(const coeffs)
Definition: rintegers.cc:31
#define omStrDup(s)
Definition: omAllocDecl.h:263

◆ nrzCoeffWrite()

static void nrzCoeffWrite ( const coeffs  ,
BOOLEAN   
)
static

Definition at line 26 of file rintegers.cc.

27 {
28  PrintS("ZZ");
29 }
void PrintS(const char *s)
Definition: reporter.cc:284

Variable Documentation

◆ gmp_nrz_bin

VAR omBin gmp_nrz_bin = omGetSpecBin(sizeof(mpz_t))

Definition at line 24 of file rintegers.cc.