Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimComplexDouble Struct Reference

Explicit in-memory representation for a complex double scalar (re, im) More...

#include <field.h>

Public Attributes

double re
 
double im
 

Detailed Description

Explicit in-memory representation for a complex double scalar (re, im)

Fallback ABI-compatible complex double if not in field.h.

Fallback ABI-compatible complex double if not defined in field.h.

Used instead of "double complex" in public headers to avoid C++/Objective-C++ parsing issues.

Member Data Documentation

◆ im

double SimComplexDouble::im

Imaginary component.

Real and imaginary components.

◆ re

double SimComplexDouble::re

Real component.


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