numerix_doc 0.4
|
Definition at line 53 of file numerix.cpp.
numerix_instance | ( | ) | [inline] |
Definition at line 54 of file numerix.cpp.
References mmx::as_string_hook, mmx::gmp_randstate, and mmx::mpfr_double_as_string().
{ mp_set_memory_functions (mmx_malloc, mmx_realloc, mmx_free); //mp_set_memory_functions (numerix_malloc, numerix_realloc, numerix_free); gmp_randinit_default (gmp_randstate); as_string_hook= mpfr_double_as_string; }
~numerix_instance | ( | ) | [inline] |
Definition at line 60 of file numerix.cpp.
{}