![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
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 |
Definition at line 45 of file cuda_multicorrelator.h.
1.8.14