The methods of the mtx_ptrs<T> class are listed here.
mtx_ptrs | Constructs a mtx_ptrs<T> object |
operator [] | Returns a pointer to one sub-array | |
operator [] const | Returns a read-only pointer to one sub-array | |
operator = | Performs a deep copy |
at | Get a reference to a member of the matrix | |
erase | Erases a range of rows or columns | |
resize | Resize a matrix | |
size | Get the size of a dimension of the matrix |
get_flat | Gets a pointer to a flattened, continuous array containing all the members of the matrix | |
get_ptrs | Gets an array of pointers to the rows or columns of a 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