Go to the source code of this file.
◆ leftv
◆ jjDBPRINT()
Definition at line 320 of file ipprint.cc.
325 print= (((int)((
long)(u->
Data()))) > 0);
Class used for (list of) interpreter objects.
BOOLEAN jjPRINT(leftv res, leftv u)
void PrintS(const char *s)
◆ jjPRINT()
Definition at line 255 of file ipprint.cc.
310 if (s[l-1]==
'\n') s[l-1]=
'\0';
const CanonicalForm int s
ideal id_Copy(ideal h1, const ring r)
copy an ideal
static BOOLEAN ipPrint_MA(leftv u)
void id_Delete(ideal *h, ring r)
deletes an ideal/module/matrix
static BOOLEAN ipPrint_RING(leftv u)
static void ipPrint_MA0(matrix m, const char *name)
void Print(leftv store=NULL, int spaces=0)
Called by type_cmd (e.g. "r;") or as default in jPRINT.
char * String(void *d=NULL, BOOLEAN typed=FALSE, int dim=1)
Called for conversion to string (used by string(..), write(..),..)
static BOOLEAN ipPrint_V(leftv u)
static BOOLEAN ipPrint_INTMAT(leftv u)
void PrintS(const char *s)
matrix id_Module2Matrix(ideal mod, const ring R)
static BOOLEAN ipPrint_CRING(leftv u)
static BOOLEAN ipPrint_INTVEC(leftv u)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
◆ jjPRINT_FORMAT()
Definition at line 393 of file ipprint.cc.
409 if (strlen(ns) == 3 && ns[1] ==
'2')
415 if (strcmp(ns,
"%l") == 0)
420 char* ns = (
char*)
omAlloc(strlen((
char*) res->
data) + 2);
421 strcpy(ns, (
char*) res->
data);
427 else if (strcmp(ns,
"%t") == 0)
433 ((
char*)res->
data)[strlen((
char*)res->
data) -1] =
'\0';
435 else if (strcmp(ns,
"%;") == 0)
442 else if (strcmp(ns,
"%p") == 0)
458 char* ns = (
char*)
omAlloc(strlen((
char*) res->
data) + 2);
459 strcpy(ns, (
char*) res->
data);
const CanonicalForm int s
BOOLEAN iiExprArith1(leftv res, leftv a, int op)
void Print(leftv store=NULL, int spaces=0)
Called by type_cmd (e.g. "r;") or as default in jPRINT.
char * String(void *d=NULL, BOOLEAN typed=FALSE, int dim=1)
Called for conversion to string (used by string(..), write(..),..)
static void ipPrintBetti(leftv u)