Get an array of pointers to arrays
[C++] const M::mtx_item_type** operator M::mtx_item_type**();
This overloaded operator returns an array of read-write pointers to the rows or columns of the matrix.
Header: plemtx.h
mtx_ptrwriter<M> Class | mtx_ptrwriter<M> Methods