![]() |
My Project
|
#include "kernel/mod2.h"
#include "Singular/tok.h"
#include "Singular/ipid.h"
#include "misc/intvec.h"
#include "misc/options.h"
#include "kernel/polys.h"
#include "kernel/ideals.h"
#include "Singular/subexpr.h"
#include "coeffs/numbers.h"
#include "coeffs/coeffs.h"
#include "coeffs/bigintmat.h"
#include "polys/matpol.h"
#include "Singular/links/silink.h"
#include "kernel/GBEngine/syz.h"
#include "Singular/attrib.h"
#include "polys/monomials/ring.h"
#include "Singular/ipshell.h"
#include "Singular/number2.h"
#include "Singular/ipconv.h"
#include "Singular/table.h"
Go to the source code of this file.
Data Structures | |
struct | sConvertTypes |
Macros | |
#define | IPCONV |
#define | D(A) A |
#define | NULL_VAL NULL |
Typedefs | |
typedef void *(* | iiConvertProc) (void *data) |
typedef void(* | iiConvertProcL) (leftv out, leftv in) |
struct sConvertTypes |
Definition at line 115 of file gentable.cc.
Data Fields | ||
---|---|---|
int | i_typ | |
int | o_typ | |
int | p | |
iiConvertProc | p | |
int | pl | |
iiConvertProcL | pl |
Definition at line 108 of file ipconv.cc.
Definition at line 50 of file ipconv.cc.
Definition at line 143 of file ipconv.cc.
BOOLEAN iiConvert | ( | int | inputType, |
int | outputType, | ||
int | index, | ||
leftv | input, | ||
leftv | output, | ||
const struct sConvertTypes * | dConvertTypes | ||
) |
Definition at line 450 of file ipconv.cc.
Definition at line 213 of file ipconv.cc.
Definition at line 425 of file ipconv.cc.
Definition at line 194 of file ipconv.cc.
Definition at line 414 of file ipconv.cc.
Definition at line 590 of file ipconv.cc.