![]() |
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 118 of file gentable.cc.
Data Fields | ||
---|---|---|
int | i_typ | |
int | o_typ | |
int | p | |
iiConvertProc | p | |
int | pl | |
iiConvertProcL | pl |
Definition at line 101 of file ipconv.cc.
Definition at line 50 of file ipconv.cc.
Definition at line 136 of file ipconv.cc.
BOOLEAN iiConvert | ( | int | inputType, |
int | outputType, | ||
int | index, | ||
leftv | input, | ||
leftv | output, | ||
const struct sConvertTypes * | dConvertTypes | ||
) |
Definition at line 435 of file ipconv.cc.
Definition at line 206 of file ipconv.cc.
Definition at line 410 of file ipconv.cc.
Definition at line 187 of file ipconv.cc.
Definition at line 399 of file ipconv.cc.
Definition at line 575 of file ipconv.cc.