Divides a vector by another vector (component-wise); assumes a and b have the same length.
Operand vector.
Optional
vector to hold result. If not passed in a new one is created.
The vector of quotients of entries of a and b.
Divides a vector by another vector (component-wise); assumes a and b have the same length.