Template Function icrar::ToVector(const std::vector<T>&)

Function Documentation

template<typename T>
Eigen::Matrix<T, Eigen::Dynamic, 1> icrar::ToVector(const std::vector<T> &value)

Converts a std vector to the equivalent Eigen3 vector.