![]() |
My Project
|
helper functions for conversion to and from Singular More...
Go to the source code of this file.
helper functions for conversion to and from Singular
Definition in file singext.h.
int gf_value | ( | const CanonicalForm & | f | ) |
Definition at line 60 of file singext.cc.
void FACTORY_PUBLIC gmp_denominator | ( | const CanonicalForm & | f, |
mpz_ptr | result | ||
) |
Definition at line 151 of file singext.cc.
void FACTORY_PUBLIC gmp_numerator | ( | const CanonicalForm & | f, |
mpz_ptr | result | ||
) |
Definition at line 150 of file singext.cc.
CanonicalForm FACTORY_PUBLIC make_cf | ( | const mpz_ptr | n | ) |
Definition at line 66 of file singext.cc.
CanonicalForm FACTORY_PUBLIC make_cf | ( | const mpz_ptr | n, |
const mpz_ptr | d, | ||
bool | normalize | ||
) |
Definition at line 71 of file singext.cc.
CanonicalForm make_cf_from_gf | ( | const int | z | ) |
Definition at line 76 of file singext.cc.