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