The methods of the mtx_ptrs<T> class are listed here.
 mtx_ptrs | Constructs a mtx_ptrs<T> object | 
 operator = | Performs a deep copy | 
 operator [] const | Returns a read-only pointer to one sub-array | 
 operator [] | Returns a pointer to one sub-array | 
 resize | Resize a matrix | 
 at | Get a reference to a member of the matrix | 
 size | Get the size of a dimension of the matrix | 
 erase | Erases a range of rows or columns | 
 get_ptrs | Gets an array of pointers to the rows or columns of a matrix | 
 get_flat | Gets a pointer to a "flattened", continuous array containing all the members of the matrix | 
 begin | Returns a read-only or writeable array of pointers to the constituent vectors of a matrix | 
 end | Returns a read-only or writeable array of pointers to the address just after the last constituent vector of a matrix | 
Header: plemtx.h
mtx_ptrs<T> Class |
					plemtx.h			 
					  | imtx<T> class			 
					  | imtx_impl<T> class			 
					  | mtx_flat<T> class			 
					  | Walkthrough: Adding a matrix argument