Mat.opIndex - multiple declarations

Function Mat.opIndex

Index a matrix component.

T opIndex (
  in size_t r,
  in size_t c
) const;

Function Mat.opIndex

Index a matrix row

Mat.Row opIndex (
  in size_t r
) const;