XLL+ Class Library

Matrix template functions

Matrix template functions are listed here.

Matrix readers

public methodptrreader<M>Create an instance of mtx_ptrreader
public methodflatreader<M>Create an instance of mtx_flatreader

Matrix writers

public methodptrwriter<M>Create an instance of mtx_ptrwriter
public methodflatwriter<M>Create an instance of mtx_flatwriter

Copy operations

public methodcopy_offset<M, N>Copy one matrix to another, with offsets, truncating if required
public methodmtx_copy<M, N>Copy one matrix to another, resizing if required
public methodmtx_flatten<M, V>Copy the members of a matrix to a flattened vector
public methodmtx_copy_transpose<M, N>Copy one matrix to another, with the contents transposed
public methodmtx_transpose<M>Transpose the rows and columns of a matrix

See Also

plemtx.h | imtx<T> class