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::mmx_free(), mmx::mmx_malloc(), and mmx::mmx_realloc().
00054 { 00055 mp_set_memory_functions (mmx_malloc, mmx_realloc, mmx_free); 00056 //mp_set_memory_functions (numerix_malloc, numerix_realloc, numerix_free); 00057 gmp_randinit_default (gmp_randstate); 00058 as_string_hook= mpfr_double_as_string; 00059 }
| ~numerix_instance | ( | ) | [inline] |
Definition at line 60 of file numerix.cpp.
1.6.1