If i give it a vector as the first arg it just adds all the args
looks like it determines if the first arg is alpha by checking to see if it isn't a vector. axpy! works differently, it throws an exception if the first arg isn't a scalar
yes