![]() |
My Project
|
This file is work in progress and currently not part of the official Singular. More...
#include <flint/flint.h>
#include "polys/matpol.h"
#include "coeffs/bigintmat.h"
#include <flint/fmpz.h>
#include <flint/fmpq.h>
#include <flint/fmpq_mat.h>
#include <flint/fmpz_poly.h>
#include <flint/fmpq_poly.h>
#include <flint/fmpz_poly_mat.h>
Go to the source code of this file.
This file is work in progress and currently not part of the official Singular.
ABSTRACT: Conversion to/from FLINT, and access to some FLINT-routines
REQUIREMENTS:
Definition in file flintconv.h.
int convFlintISingI | ( | fmpz_t | f | ) |
number convFlintNSingN | ( | fmpz_t | f | ) |
void convFlintNSingN | ( | mpz_t | z, |
fmpz_t | f | ||
) |
poly convFlintPSingP | ( | fmpq_poly_t | f, |
const ring | r | ||
) |
void convSingIFlintI | ( | fmpz_t | f, |
int | p | ||
) |
void convSingImPFlintP | ( | fmpq_poly_t | res, |
poly | p, | ||
const ring | r | ||
) |
void convSingNFlintN | ( | fmpz_t | f, |
mpz_t | z | ||
) |
void convSingNFlintN | ( | fmpz_t | f, |
number | n | ||
) |
void convSingNFlintN_QQ | ( | fmpq_t | f, |
number | n | ||
) |
void convSingPFlintP | ( | fmpq_poly_t | res, |
poly | p, | ||
const ring | r | ||
) |
ideal singflint_kernel | ( | ideal | m, |
const ring | R | ||
) |
ideal singflint_rref | ( | ideal | m, |
const ring | R | ||
) |