XLL+ Class Library (6.3)

::flatwriter<M>

Create an instance of mtx_flatwriter

mtx_flatwriter<M> flatwriter<M>(
   M& m
);

Parameters

m

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

Return Value

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

Remarks

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

Requirements

Header: plemtx.h

See Also

Matrix template functions