My Project
Loading...
Searching...
No Matches
Singular
ipconv.h
Go to the documentation of this file.
1
#ifndef IPCONVERT_H
2
#define IPCONVERT_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT: interpreter: converting types
8
*/
9
#include "
kernel/structs.h
"
10
11
extern
const
struct
sConvertTypes
dConvertTypes
[];
12
int
iiTestConvert
(
int
inputType
,
int
outputType
,
const
struct
sConvertTypes
*
dCT
=
dConvertTypes
);
13
BOOLEAN
iiConvert
(
int
inputType
,
int
outputType
,
int
index
,
14
leftv
input
,
leftv
output
,
const
struct
sConvertTypes
*
dCT
=
dConvertTypes
);
15
#endif
16
BOOLEAN
int BOOLEAN
Definition
auxiliary.h:87
List
Definition
ftmpl_list.h:52
sleftv
Class used for (list of) interpreter objects.
Definition
subexpr.h:83
sConvertTypes
Definition
gentable.cc:114
dConvertTypes
const struct sConvertTypes dConvertTypes[]
Definition
table.h:1320
iiTestConvert
int iiTestConvert(int inputType, int outputType, const struct sConvertTypes *dCT=dConvertTypes)
Definition
ipconv.cc:597
iiConvert
BOOLEAN iiConvert(int inputType, int outputType, int index, leftv input, leftv output, const struct sConvertTypes *dCT=dConvertTypes)
Definition
ipconv.cc:457
index
static int index(p_Length length, p_Ord ord)
Definition
p_Procs_Impl.h:592
structs.h
Generated on Sat Apr 27 2024 21:48:23 for My Project by
doxygen 1.9.8
for
Singular