Gets a pointer to a "flattened", continuous array containing all the members of the matrix
[C++]
virtual bool get_flat(
const T*& data
) const;
virtual bool get_flat(
T*& data
);
Buffer for a pointer to an array of items.
Buffer for a pointer to an array of items.
Returns true if the operation is supported, false if it is not.
This method always returns false, to indicate that it is not supported
by its storage method.
Header: plemtx.h