[C++]
class mtx_flatwriter<M>
The mtx_flatwriter<M> template supports read-write access to any class M that supports the imtx<T> interface. Through its get_flat() method, it provides a contiguous "flattened" array 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 a "flat" storage method.
See the Tutorial for an example of using mtx_flatwriter<M>.
Header: plemtx.h
mtx_flatwriter<M> Methods
| plemtx.h
| mtx_flatreader<M> class
| imtx<T> class
| imtx_impl<T> class