XLL+ Class Library

mtx_ptrreader<M>::get_ptrs

Get an array of pointers to arrays

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

Remarks

This method returns an array of pointers to the rows or columns of the matrix.

Requirements

Header: plemtx.h

See Also

mtx_ptrreader<M> Class | mtx_ptrreader<M> Methods