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

Immutable view of a complex number as a pair of mpfr_srcptr real and imaginary parts. More...

#include <gmp-util.h>

Public Attributes

mpfr_srcptr re
mpfr_srcptr im

Detailed Description

Immutable view of a complex number as a pair of mpfr_srcptr real and imaginary parts.

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

Read-only twin of CCmutable_struct: the mpfr_srcptr members forbid in-place mutation. Used by engine code that needs to pass an MPFR complex number by reference without allowing the callee to change it.

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


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