numerix_instance Struct Reference

List of all members.

Public Member Functions


Detailed Description

Definition at line 53 of file numerix.cpp.


Constructor & Destructor Documentation

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.

00060 {}


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for numerix by  doxygen 1.6.1