The methods of the mtx_flat<T> class are listed here.
![]() | Constructs a mtx_flat<T> object |
![]() | Performs a deep copy |
![]() | Returns the value of an item in the matrix, indexed by its position |
![]() | Returns a reference to an item in the matrix |
![]() | Resize a matrix |
![]() | Get a reference to a member of the matrix |
![]() | Get the size of a dimension of the matrix |
![]() | 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 pointer to the constituent data of a matrix |
![]() | 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