XLL+ Class Library

imtx<T> Methods

The methods of the imtx<T> class are listed here.

Matrix operations

public methodresizeResize a matrix
public methodatGet a reference to a member of the matrix
public methodsizeGet the size of a dimension of the matrix

Conversion operations

public methodget_ptrsGets an array of pointers to the rows or columns of a matrix
public methodget_flatGets a pointer to a "flattened", continuous array containing all the members of the matrix

Requirements

Header: plemtx.h

See Also

imtx<T> Class | plemtx.h | imtx_impl<T> class | mtx_ptrs<T> class | mtx_flat<T> class | Adapter classes for imtx<T>