MatrixItemAccessor<T> constructor

const MatrixItemAccessor<T>(
  1. Matrix<T> _m,
  2. int _i
)

Implementation

const MatrixItemAccessor(this._m, this._i);