I want to use std::partial_sum on Eigen::VectorXd but I couldn't really find Iterators in Eigen data structures at all. Is there some sort of quick Iterator wrapper that uses classic indexing under the hood? Or what would be a good way to do this instead of re-implementing partial sum with indexing?