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