Returns the value of an item in the matrix, indexed by its position
T operator [] const( size_t i ) const; |
Index into flat array
This overloaded operator returns the value of an item in the matrix, indexed by its position in the flat array.
Header: plemtx.h