My Project
|
helper functions for conversion to and from Singular More...
Go to the source code of this file.
Functions | |
void FACTORY_PUBLIC | gmp_numerator (const CanonicalForm &f, mpz_ptr result) |
void FACTORY_PUBLIC | gmp_denominator (const CanonicalForm &f, mpz_ptr result) |
int | gf_value (const CanonicalForm &f) |
CanonicalForm FACTORY_PUBLIC | make_cf (const mpz_ptr n) |
CanonicalForm FACTORY_PUBLIC | make_cf (const mpz_ptr n, const mpz_ptr d, bool normalize) |
CanonicalForm | make_cf_from_gf (const int z) |
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 136 of file singext.cc.
void FACTORY_PUBLIC gmp_numerator | ( | const CanonicalForm & | f, |
mpz_ptr | result | ||
) |
Definition at line 135 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.