![]() |
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.
| matrix convFlintNmod_matSingM | ( | nmod_mat_t | m, |
| const ring | r | ||
| ) |
| poly convFlintPSingP | ( | fmpq_poly_t | f, |
| const ring | r | ||
| ) |
| void convSingImPFlintP | ( | fmpq_poly_t | res, |
| poly | p, | ||
| const ring | r | ||
| ) |
| void convSingMFlintNmod_mat | ( | matrix | m, |
| nmod_mat_t | M, | ||
| const ring | r | ||
| ) |
| void convSingPFlintP | ( | fmpq_poly_t | res, |
| poly | p, | ||
| const ring | r | ||
| ) |