uncomplicate

Joe R. Smith 2025-01-29T01:42:25.091519Z

If i give it a vector as the first arg it just adds all the args

Joe R. Smith 2025-01-29T01:45:20.264669Z

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

2025-01-29T11:07:32.547819Z

yes