Contents:
Converts a std::vector to an Armadillo row vector.
T – Type of elements in the vector.
in – Input vector.
arma::Row<T> Converted Armadillo row vector.