Set the element of the matrix at the index i.
i
void operator []=(int i, double v) { _m4storage[i] = v; }