Set the component of the vector at the index i.
i
void operator []=(int i, double v) { _v3storage[i] = v; }