XLL+ Class Library

::ptrreader<M>

Create an instance of mtx_ptrreader

[C++]
mtx_ptrreader<M> ptrreader<M>(
   const M& m
);

Parameters

m

A reference to an object of type M that supports the imtx<T> interface.

Return value

An instance of mtx_ptrreader<M> for a matrix of type M.

Remarks

This template function creates an instance of mtx_ptrreader<M> to read the specified matrix.

Requirements

Header: plemtx.h

See Also

Matrix template functions