XLL+ Class Library (6.3)

imtx<T> Methods

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

Matrix operations

public method at Get a reference to a member of the matrix
public method resize Resize a matrix
public method size Get the size of a dimension of the matrix

Conversion operations

public method get_flat Gets a pointer to a flattened, continuous array containing all the members of the matrix
public method get_ptrs Gets an array of pointers to the rows or columns of a matrix

Construction

public method imtx Constructs a imtx object

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>