GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | Public Attributes | List of all members
GPU_Complex Struct Reference

Public Member Functions

CUDA_CALLABLE_MEMBER_DEVICE GPU_Complex (float a, float b)
 
CUDA_CALLABLE_MEMBER_DEVICE float magnitude2 (void)
 
CUDA_CALLABLE_MEMBER_DEVICE GPU_Complex operator* (const GPU_Complex &a)
 
CUDA_CALLABLE_MEMBER_DEVICE GPU_Complex operator+ (const GPU_Complex &a)
 
CUDA_CALLABLE_MEMBER_DEVICE void operator+= (const GPU_Complex &a)
 
CUDA_CALLABLE_MEMBER_DEVICE void multiply_acc (const GPU_Complex &a, const GPU_Complex &b)
 

Public Attributes

float r
 
float i
 

Detailed Description

Definition at line 45 of file cuda_multicorrelator.h.


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