spielwiese
Last change
on this file since 73f3ca7 was
73f3ca7,
checked in by Hans Schoenemann <hannes@…>, 9 years ago
|
chg: table interface for iiAddCproc: 1 arg
|
-
Property mode set to
100644
|
File size:
520 bytes
|
Line | |
---|
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 | #include <Singular/table.h> |
---|
11 | |
---|
12 | int iiTestConvert (int inputType, int outputType, struct sConvertTypes *dCT=dConvertTypes); |
---|
13 | BOOLEAN iiConvert (int inputType, int outputType, int index, |
---|
14 | leftv input, leftv output, struct sConvertTypes *dCT=dConvertTypes); |
---|
15 | #endif |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.