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