Get a reference to a member of the matrix
[C++]
virtual const T& at(
size_t i0,
size_t i1
) const;
virtual T& at(
size_t i0,
size_t i1
);
Coordinate in dimension 0. In Excel this corresponds to the zero-based row index.
Coordinate in dimension 1. In Excel this corresponds to the zero-based column index.
Returns a reference to a member of the matrix.
The reference returned by form 2 may be used for assignment.
This method returns a reference to a specified member of the matrix.
Header: plemtx.h