Returns a read-only or writeable array of pointers to the address just after the last constituent vector of a matrix
[C++]
T** end();
const T** end() const;
Returns a pointer to the end of the array containing the constituent vectors of a matrix.
Header: plemtx.h