XLL+ Class Library (7.0)

mtx_ptrs<T>::begin

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

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