When you say 'Not faster' do you mean to process or to input? I would guess that the number of items you'd have to add to make any difference in processing would mean it was NOT a good idea to enter them in the 'Auto array' fashion anyway.
Typing a few letters does not make a difference to me, even if I handfill a 4x4 matrix. But if you play lazy ass you will learn that the compiler does not replace that with a more performance friendly construct (ie my handwritten one) and that you will lose a fair amount of performance.
No problem for a single instance array, there I wouldn't use the handwrite approach
But for vectors and the like (speed critical), this approach is plain wrong and defeats the purpose of optimized math routines.