numerix_doc 0.4
REP_STRUCT< V > Class Template Reference

#include <floating.hpp>

List of all members.

Public Member Functions

Friends


Detailed Description

template<typename V = std_floating>
class mmx::REP_STRUCT< V >

Definition at line 88 of file floating.hpp.


Constructor & Destructor Documentation

~floating_rep ( ) [inline]

Definition at line 95 of file floating.hpp.

{ mpfr_clear (x); }
~integer_rep ( ) [inline]

Definition at line 37 of file integer.hpp.

{ mpz_clear (x); }
~rational_rep ( ) [inline]

Definition at line 31 of file rational.hpp.

{ mpq_clear (x); }

Member Function Documentation

floating_rep ( ) [inline]

Definition at line 93 of file floating.hpp.

{ mpfr_init2 (x, V::prec()); }
floating_rep ( xnat  prec) [inline]

Definition at line 94 of file floating.hpp.

{ mpfr_init2 (x, prec); }
integer_rep ( nat  sz) [inline]

Definition at line 36 of file integer.hpp.

{ mpz_init2 (x, sz); }
integer_rep ( ) [inline]

Definition at line 35 of file integer.hpp.

{ mpz_init (x); }
rational_rep ( ) [inline]

Definition at line 30 of file rational.hpp.

{ mpq_init (x); }

Friends And Related Function Documentation

friend class floating [friend]

Definition at line 33 of file rational.hpp.

friend class floating< V > [friend]

Definition at line 96 of file floating.hpp.

friend class integer [friend]

Definition at line 38 of file integer.hpp.

rational [friend]

Definition at line 39 of file integer.hpp.


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