My Project  debian-1:4.1.2-p1+ds-2
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 30 of file rintegers.cc.

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

◆ nrzCoeffString()

static char* nrzCoeffString ( const coeffs  cf)
static

Definition at line 35 of file rintegers.cc.

37 {
38  return omStrDup(nrzCoeffName(cf));

◆ nrzCoeffWrite()

static void nrzCoeffWrite ( const  coeffs,
BOOLEAN   
)
static

Definition at line 25 of file rintegers.cc.

27 {
28  PrintS("ZZ");

Variable Documentation

◆ gmp_nrz_bin

VAR omBin gmp_nrz_bin = omGetSpecBin(sizeof(mpz_t))

Definition at line 23 of file rintegers.cc.

cf
CanonicalForm cf
Definition: cfModGcd.cc:4024
omStrDup
#define omStrDup(s)
Definition: omAllocDecl.h:261
PrintS
void PrintS(const char *s)
Definition: reporter.cc:283
nrzCoeffName
static char * nrzCoeffName(const coeffs)
Definition: rintegers.cc:30