My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
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
void
ipPrint_MA0
(
matrix
m
,
const
char
*
name
);
18
#endif
19
BOOLEAN
int BOOLEAN
Definition
auxiliary.h:88
m
int m
Definition
cfEzgcd.cc:128
sleftv
Class used for (list of) interpreter objects.
Definition
subexpr.h:83
res
CanonicalForm res
Definition
facAbsFact.cc:60
v
const Variable & v
< [in] a sqrfree bivariate poly
Definition
facBivar.h:39
ipPrint_MA0
void ipPrint_MA0(matrix m, const char *name)
Definition
ipprint.cc:57
jjPRINT
BOOLEAN jjPRINT(leftv res, leftv u)
Definition
ipprint.cc:252
jjPRINT_FORMAT
BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v)
Definition
ipprint.cc:391
jjDBPRINT
BOOLEAN jjDBPRINT(leftv res, leftv u)
Definition
ipprint.cc:318
matrix
ip_smatrix * matrix
Definition
matpol.h:43
structs.h
leftv
sleftv * leftv
Definition
structs.h:53
name
int name
New type name for int.
Definition
templateForC.h:21
Generated on
for My Project by
doxygen 1.17.0
for
Singular