XLL+ Class Library (7.0)

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

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