cs246e-notes
cs246e-notes copied to clipboard
Fix namespace for problem 3
These methods should be inside the namespace, because inside the vector.cc snippet after it, we are using CS246E::make_vector instead of just make_vector.
https://notes.sibeliusp.com/pdf/1189/cs246e.pdf can be a reference of the same code snippet.