spandsp 3.0.0
complex_t Struct Reference

#include <complex.h>

Public Attributes

double re
 Real part.
double im
 Imaginary part.

Detailed Description

Floating complex type.

Member Data Documentation

◆ im

double complex_t::im

Imaginary part.

Referenced by cvec_dot_prod().

◆ re

double complex_t::re

Real part.

Referenced by cvec_dot_prod().


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