The methods of the imtx<T> class are listed here.
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 |
imtx | Constructs a imtx object |
Header: plemtx.h
imtx<T> Class | plemtx.h | imtx_impl<T> class | mtx_ptrs<T> class | mtx_flat<T> class | Adapter classes for imtx<T>