BitMagic-C++
|
Algorithms for sparse_vector<> More...
#include "bmdef.h"
#include "bmsparsevec.h"
#include "bmaggregator.h"
#include "bmbuffer.h"
#include "bmundef.h"
Go to the source code of this file.
Data Structures | |
class | bm::sparse_vector_scanner< SV > |
algorithms for sparse_vector scan/seach More... | |
class | bm::set2set_11_transform< SV > |
Integer set to set transformation (functional image in groups theory) https://en.wikipedia.org/wiki/Image_(mathematics) More... | |
struct | bm::set2set_11_transform< SV >::gather_buffer< BSIZE > |
Namespaces | |
bm | |
Functions | |
template<typename SV > | |
void | bm::dynamic_range_clip_high (SV &svect, unsigned high_bit) |
Clip dynamic range for signal higher than specified. More... | |
template<typename SV > | |
void | bm::dynamic_range_clip_low (SV &svect, unsigned low_bit) |
Clip dynamic range for signal lower than specified (boost) More... | |
Algorithms for sparse_vector<>
Definition in file bmsparsevec_algo.h.