Returns a read-only or writeable pointer to the constituent data of a matrix
[C++] T* begin(); const T* begin() const;
Returns a pointer to the constituent data of a matrix.
Header: plemtx.h
mtx_flat<T> Class | mtx_flat<T> Methods