The methods of the mtx_ptrs<T> class are listed here.
![]() | Constructs a mtx_ptrs<T> object |
![]() | Performs a deep copy |
![]() | Returns a read-only pointer to one sub-array |
![]() | Returns a pointer to one sub-array |
![]() | Resize a matrix |
![]() | Get a reference to a member of the matrix |
![]() | Get the size of a dimension of the matrix |
![]() | Erases a range of rows or columns |
![]() | Gets an array of pointers to the rows or columns of a matrix |
![]() | Gets a pointer to a "flattened", continuous array containing all the members of the matrix |
![]() | Returns a read-only or writeable array of pointers to the constituent vectors of a matrix |
![]() | 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