The methods of the mtx_flat<T> class are listed here.
|  mtx_flat | Constructs a mtx_flat<T> object | 
|  operator = | Performs a deep copy | 
|  operator [] const | Returns the value of an item in the matrix, indexed by its position | 
|  operator [] | Returns a reference to an item in the matrix | 
|  resize | Resize a matrix | 
|  at | Get a reference to a member of the matrix | 
|  size | Get the size of a dimension of the matrix | 
|  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 pointer to the constituent data of a matrix | 
|  end | Returns a read-only or writeable pointer to the address just after the last data of a matrix | 
Header: plemtx.h
mtx_flat<T> Class |
					plemtx.h			 
					  | imtx<T> class			 
					  | imtx_impl<T> class			 
					  | mtx_ptrs<T> class