XLL+ Class Library

mtx_ptrwriter<M>::operator M::mtx_item_type**

Get an array of pointers to arrays

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

Remarks

This overloaded operator returns an array of read-write pointers to the rows or columns of the matrix.

Requirements

Header: plemtx.h

See Also

mtx_ptrwriter<M> Class | mtx_ptrwriter<M> Methods