XLL+ Class Library (7.0)

mtx_flat<T>::begin

Returns a read-only or writeable pointer to the constituent data of a matrix

T* begin( );
const T* begin( ) const;

Return Value

Returns a pointer to the constituent data of a matrix.

Requirements

Header: plemtx.h

See Also

mtx_flat<T> Class | mtx_flat<T> Methods