Create an instance of mtx_ptrwriter
[C++]
mtx_ptrwriter<M> ptrwriter<M>(
M& m
);
A reference to an object of type M that supports the imtx<T> interface.
An instance of mtx_ptrwriter<M> for a matrix of type M.
This template function creates an instance of mtx_ptrwriter<M>
to read and write to the specified matrix.
Header: plemtx.h