Matrix template functions are listed here.
mtx_adapter<T> | Create an instance of an matrix adapter | |
mtx_const_adapter<T> | Create an instance of a read-only matrix adapter |
flatreader<M> | Create an instance of mtx_flatreader | |
ptrreader<M> | Create an instance of mtx_ptrreader |
flatwriter<M> | Create an instance of mtx_flatwriter | |
ptrwriter<M> | Create an instance of mtx_ptrwriter |
copy_offset<M, N> | Copy one matrix to another, with offsets, truncating if required | |
mtx_copy_transpose<M, N> | Copy one matrix to another, with the contents transposed | |
mtx_copy<M, N> | Copy one matrix to another, resizing if required | |
mtx_flatten<M, V> | Copy the members of a matrix to a flattened vector | |
mtx_transpose<M> | Transpose the rows and columns of a matrix |
Header: plemtx.h