XLL+ Class Library

mtx_ptrs<T>::end

Returns a read-only or writeable array of pointers to the address just after the last constituent vector of a matrix

[C++]
T** end();
const T** end() const;

Return value

Returns a pointer to the end of the array containing the constituent vectors of a matrix.

Requirements

Header: plemtx.h

See Also

mtx_ptrs<T> Class | mtx_ptrs<T> Methods