The methods of the mtx_flat<T> class are listed here.
mtx_flat | Constructs a mtx_flat<T> object |
operator [] | Returns a reference to an item in the matrix | |
operator [] const | Returns the value of an item in the matrix, indexed by its position | |
operator = | Performs a deep copy |
at | Get a reference to a member of the matrix | |
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 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