XLL+ Class Library

mtx_ptrs<T>::begin

Returns a read-only or writeable array of pointers to the constituent vectors of a matrix

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

Return value

Returns a pointer to the constituent vectors of a matrix.

Requirements

Header: plemtx.h

See Also

mtx_ptrs<T> Class | mtx_ptrs<T> Methods