cs246e-notes icon indicating copy to clipboard operation
cs246e-notes copied to clipboard

Fix namespace for problem 3

Open JayZhouzzj opened this issue 3 years ago • 0 comments

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.

JayZhouzzj avatar Sep 29 '22 20:09 JayZhouzzj