XLL+ Class Library

mtx_flat<T> Methods

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

Construction

public methodmtx_flatConstructs a mtx_flat<T> object

Operators

public methodoperator =Performs a deep copy
public methodoperator [] constReturns the value of an item in the matrix, indexed by its position
public methodoperator []Returns a reference to an item in the matrix

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

Access operations

public methodbeginReturns a read-only or writeable pointer to the constituent data of a matrix
public methodendReturns a read-only or writeable pointer to the address just after the last data of a matrix

Methods of parent class

Requirements

Header: plemtx.h

See Also

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