double operator [](int i)

Access the element of the matrix at the index i.

Source

double operator [](int i) => _m4storage[i];