|
Wire Sysio Wire Sysion 1.0.0
|
Functions | |
| template<class T > | |
| void | put (const T &x, size_t len) |
| template<class T > | |
| void | put (const T &x) |
| template<class Vec > | |
| void | convertToBinary (Vec &v, const mie::Vuint &x) |
| template<class Vec > | |
| size_t | getContinuousVal (const Vec &v, size_t pos, int val) |
| template<class Vec > | |
| void | convertToNAF (Vec &v, const Vec &in) |
| template<class Vec > | |
| size_t | getNumOfNonZeroElement (const Vec &v) |
| template<class Vec > | |
| bool | getGoodRepl (Vec &v, const mie::Vuint &x) |
| void bn::util::convertToBinary | ( | Vec & | v, |
| const mie::Vuint & | x ) |
| void bn::util::convertToNAF | ( | Vec & | v, |
| const Vec & | in ) |
Definition at line 121 of file bn.h.


| size_t bn::util::getContinuousVal | ( | const Vec & | v, |
| size_t | pos, | ||
| int | val ) |
| bool bn::util::getGoodRepl | ( | Vec & | v, |
| const mie::Vuint & | x ) |
Definition at line 159 of file bn.h.


| size_t bn::util::getNumOfNonZeroElement | ( | const Vec & | v | ) |