SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <discrmath.h>
Public Types | |
typedef Te | element |
Public Member Functions | |
gf2n () | |
Te | add (Te x, Te y) |
Te | sub (Te x, Te y) |
Te | mul (Te x, Te y) |
Te | div (Te x, Te y) |
Te | inv (Te x) |
Te | exp (Te x) |
Te | log (Te x) |
Static Public Attributes | |
static const Te | alpha = ALPHA |
Private Attributes | |
Te | lut_exp [(1<< N) *2] |
Te | lut_log [1<< N] |
Definition at line 218 of file discrmath.h.
typedef Te leansdr::gf2n< Te, N, ALPHA, TRUNCP >::element |
Definition at line 220 of file discrmath.h.
|
inline |
Definition at line 222 of file discrmath.h.
|
inline |
Definition at line 240 of file discrmath.h.
|
inline |
Definition at line 248 of file discrmath.h.
|
inline |
Definition at line 258 of file discrmath.h.
|
inline |
Definition at line 254 of file discrmath.h.
|
inline |
Definition at line 259 of file discrmath.h.
|
inline |
Definition at line 242 of file discrmath.h.
|
inline |
Definition at line 241 of file discrmath.h.
|
static |
Definition at line 221 of file discrmath.h.
|
private |
Definition at line 262 of file discrmath.h.
|
private |
Definition at line 263 of file discrmath.h.