 |
My Project
debian-1:4.1.2-p1+ds-2
|
Go to the source code of this file.
◆ leftv
◆ ipPrint_MA0()
Definition at line 56 of file ipprint.cc.
70 vl=
si_max(vl,(
int)strlen(ss));
98 sprintf(ss,
"%s[%d,%d]",
name,
i+1,
j+1);
102 vl=
si_max(vl,(
int)strlen(ss));
132 sprintf(ss,
"%s[%d,%d]",
name,
i+1,
j+1);
◆ jjDBPRINT()
Definition at line 315 of file ipprint.cc.
321 print= (((int)((
long)(u->
Data()))) > 0);
◆ jjPRINT()
◆ jjPRINT_FORMAT()
Definition at line 388 of file ipprint.cc.
392 if ((u->
Typ()==
INTMAT_CMD)&&(strcmp((
char *)
v->Data(),
"betti")==0))
405 if (strlen(ns) == 3 && ns[1] ==
'2')
411 if (strcmp(ns,
"%l") == 0)
416 char* ns = (
char*)
omAlloc(strlen((
char*)
res->data) + 2);
417 strcpy(ns, (
char*)
res->data);
423 else if (strcmp(ns,
"%t") == 0)
429 ((
char*)
res->data)[strlen((
char*)
res->data) -1] =
'\0';
431 else if (strcmp(ns,
"%;") == 0)
438 else if (strcmp(ns,
"%p") == 0)
454 char* ns = (
char*)
omAlloc(strlen((
char*)
res->data) + 2);
455 strcpy(ns, (
char*)
res->data);
static BOOLEAN ipPrint_V(poly u)
void StringAppendS(const char *st)
static BOOLEAN ipPrint_CRING(coeffs r)
void Print(leftv store=NULL, int spaces=0)
Called by type_cmd (e.g. "r;") or as default in jPRINT.
BOOLEAN iiExprArith1(leftv res, leftv a, int op)
static BOOLEAN ipPrint_MA(leftv u)
static BOOLEAN ipPrint_INTVEC(intvec *v)
Class used for (list of) interpreter objects.
void id_Delete(ideal *h, ring r)
deletes an ideal/module/matrix
void PrintS(const char *s)
#define omFreeSize(addr, size)
matrix id_Module2Matrix(ideal mod, const ring R)
static void ipPrintBetti(leftv u)
BOOLEAN jjPRINT(leftv res, leftv u)
static BOOLEAN ipPrint_RING(ring r)
char * String(void *d=NULL, BOOLEAN typed=FALSE, int dim=1)
Called for conversion to string (used by string(..), write(..),..)
void StringSetS(const char *st)
static int si_max(const int a, const int b)
void ipPrint_MA0(matrix m, const char *name)
char name(const Variable &v)
const Variable & v
< [in] a sqrfree bivariate poly
VAR ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
const CanonicalForm int s
ideal id_Copy(ideal h1, const ring r)
copy an ideal
static BOOLEAN ipPrint_INTMAT(intvec *v)