Typedef bitrl::ColVec

Typedef Documentation

template<typename T>
using bitrl::ColVec = Eigen::VectorX<T>

Column vector. Some maths operations are easier using column vectors rather than DynVec.