Gets an array of pointers to the rows or columns of a matrix
[C++]
virtual bool get_ptrs(
   const T**& ptrs
) const;
virtual bool get_ptrs(
   T**& ptrs
);
Buffer for a pointer to an array of pointers.
Buffer for a pointer to an array of pointers.
Always returns false.
			
This method always returns false, to indicate that it is not supported
            by its storage method.
Header: plemtx.h