Get an array of pointers to arrays
[C++] const M::mtx_item_type** get_ptrs() const;
This method returns an array of pointers to the rows or columns of the matrix.
Header: plemtx.h
mtx_ptrreader<M> Class | mtx_ptrreader<M> Methods