My Project  UNKNOWN_GIT_VERSION
ipprint.h
Go to the documentation of this file.
1 #ifndef IPPRINT_H
2 #define IPPRINT_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT: interpreter: printing
8 */
9 #include "kernel/structs.h"
10 
11 class sleftv; typedef sleftv * leftv;
12 
16 
17 void ipPrint_MA0(matrix m, const char *name);
18 #endif
19 
int BOOLEAN
Definition: auxiliary.h:85
int m
Definition: cfEzgcd.cc:121
Class used for (list of) interpreter objects.
Definition: subexpr.h:83
CanonicalForm res
Definition: facAbsFact.cc:64
const Variable & v
< [in] a sqrfree bivariate poly
Definition: facBivar.h:37
char name(const Variable &v)
Definition: factory.h:180
sleftv * leftv
Definition: ipprint.h:11
void ipPrint_MA0(matrix m, const char *name)
Definition: ipprint.cc:58
BOOLEAN jjPRINT(leftv res, leftv u)
Definition: ipprint.cc:251
BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v)
Definition: ipprint.cc:390
BOOLEAN jjDBPRINT(leftv res, leftv u)
Definition: ipprint.cc:317