Main Question: Is there any detriment (perhaps in terms of computation time or memory) to using np.array([[1, 2, 3]]) everywhere instead of n
np.array([[1, 2, 3]])
n