Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Singular
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
13
BOOLEAN
jjPRINT
(
leftv
res
,
leftv
u);
14
BOOLEAN
jjPRINT_FORMAT
(
leftv
res
,
leftv
u,
leftv
v
);
15
BOOLEAN
jjDBPRINT
(
leftv
res
,
leftv
u);
16
17
#endif
18
sleftv
Class used for (list of) interpreter objects.
Definition:
subexpr.h:84
jjPRINT_FORMAT
BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v)
Definition:
ipprint.cc:395
structs.h
jjDBPRINT
BOOLEAN jjDBPRINT(leftv res, leftv u)
Definition:
ipprint.cc:322
res
poly res
Definition:
myNF.cc:322
leftv
sleftv * leftv
Definition:
ipprint.h:11
jjPRINT
BOOLEAN jjPRINT(leftv res, leftv u)
Definition:
ipprint.cc:255
v
const Variable & v
< [in] a sqrfree bivariate poly
Definition:
facBivar.h:37
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:88
Generated on Mon Mar 6 2017 11:17:32 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1