I'm sorry if this is not the right place for this kind of question, but is dac_vector really dependent on its input values?
I found this in the documentation, and the pre-requisite is that no two adjacent values should be equal.
//! Constructor for a Container of unsigned integers.
/*! \param c A container of unsigned integers.
\pre No two adjacent values should be equal.
*/
template<class Container>
dac_vector(const Container& c);
I thought dac encoded values were independent from each other.
Hi Simon and all.
I'm sorry if this is not the right place for this kind of question, but is dac_vector really dependent on its input values? I found this in the documentation, and the pre-requisite is that no two adjacent values should be equal.
I thought dac encoded values were independent from each other.
Best Regards.