How do I initialize a 2D Vector?

Say I have a 2D vector that is 3x3

If I wanted the following values stored in the 2d vector

0 3 5
5 2 3
3 2 1

How would I go about implementing code to initialize it?
Topic archived. No new replies allowed.