Tagged Questions
4
votes
5answers
4k views
filling a boost vector or matrix
Is there a single-expression way to assign a scalar to all elements of a boost matrix or vector? I'm trying to find a more compact way of representing:
boost::numeric::ublas::c_vector<float, ...