![]() |
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 115 of file ipconv.cc.
Definition at line 50 of file ipconv.cc.
Definition at line 150 of file ipconv.cc.
BOOLEAN iiConvert | ( | int | inputType, |
int | outputType, | ||
int | index, | ||
leftv | input, | ||
leftv | output, | ||
const struct sConvertTypes * | dConvertTypes | ||
) |
Definition at line 449 of file ipconv.cc.
Definition at line 220 of file ipconv.cc.
Definition at line 424 of file ipconv.cc.
Definition at line 201 of file ipconv.cc.
Definition at line 413 of file ipconv.cc.
Definition at line 589 of file ipconv.cc.