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