XLL+ Class Library (7.0)

mtx_flat<T> Methods

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

Construction

public method mtx_flat Constructs a mtx_flat<T> object

Operators

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

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

Access operations

public method begin Returns a read-only or writeable pointer to the constituent data of a matrix
public method end Returns a read-only or writeable pointer to the address just after the last data of a matrix

Methods of imtx_impl<T>

Requirements

Header: plemtx.h

See Also

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