numerix_doc 0.4
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::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.

{}

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines