Macaulay2 Engine
Loading...
Searching...
No Matches
CCmutable_struct Struct Reference

Mutable view of a complex number as a pair of mpfr_ptr real and imaginary parts. More...

#include <gmp-util.h>

Public Attributes

mpfr_ptr re
mpfr_ptr im

Detailed Description

Mutable view of a complex number as a pair of mpfr_ptr real and imaginary parts.

Note
AI-generated documentation. Verify against the source before relying on it.

Companion to CC_struct: the mpfr_ptr members allow in-place MPFR arithmetic. The commented-out gmp_CCmutable / gmp_CC typedefs below show how engine pointers used to alias these structs before the macro-based layout in m2-types.h replaced them.

Definition at line 113 of file gmp-util.h.


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