[C++]
class mtx_ptrwriter<M>
The mtx_ptrwriter<M> template supports read-write access to any class M that supports the imtx<T> interface. Through its get_ptrs() method, it provides an array of pointers to arrays of T.
The class can be applied to a matrix of any type, but is more efficient when applied to a matrix whose storage strategy uses an array of pointers.
See the Tutorial for an example of using mtx_ptrwriter<M>.
Header: plemtx.h
mtx_ptrwriter<M> Methods
| plemtx.h
| mtx_ptrreader<M> class
| imtx<T> class
| imtx_impl<T> class