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.
Classes | Namespaces | Functions
discrmath.h File Reference
#include <cstddef>
+ Include dependency graph for discrmath.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  leansdr::bitvect< T, N >
 
struct  leansdr::gf2n< Te, N, ALPHA, TRUNCP >
 

Namespaces

 leansdr
 

Functions

template<typename T , int N, typename Tm >
bitvect< T, N > leansdr::divmod (const Tm *m, size_t nm, const bitvect< T, N > &p)
 
template<typename T , int N, typename Tm >
bitvect< T, N > leansdr::shiftdivmod (const Tm *m, size_t nm, const bitvect< T, N > &p, T init=0)
 
template<typename T , int N>
bool leansdr::operator== (const bitvect< T, N > &a, const bitvect< T, N > &b)
 
template<typename T , int N>
bitvect< T, N > leansdr::operator+ (const bitvect< T, N > &a, const bitvect< T, N > &b)
 
template<typename T , int N, int NB>
bitvect< T, N > leansdr::operator* (bitvect< T, N > a, const bitvect< T, NB > &b)