XLL+ Class Library (7.0)

mtx_flat<T>::get_ptrs

Gets an array of pointers to the rows or columns of a matrix

virtual bool get_ptrs(
   const T**& ptrs
) const;
virtual bool get_ptrs(
   T**& ptrs
);

Parameters

ptrs

Buffer for a pointer to an array of pointers.

ptrs

Buffer for a pointer to an array of pointers.

Return Value

Always returns false.

Remarks

This method always returns false, to indicate that it is not supported by its storage method.

Requirements

Header: plemtx.h

See Also

mtx_flat<T> Class | mtx_flat<T> Methods