XLL+ Class Library

mtx_flatreader<M>::get_flat

Get a contiguous "flattened" array of items

[C++]
const M::mtx_item_type* get_flat() const;

Remarks

This method returns a contigous "flattened" array containing all the items in the matrix.

Requirements

Header: plemtx.h

See Also

mtx_flatreader<M> Class | mtx_flatreader<M> Methods