XLL+ Class Library (7.0)

mtx_ptrs<T> Methods

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

Construction

public method mtx_ptrs Constructs a mtx_ptrs<T> object

Operators

public method operator [] Returns a pointer to one sub-array
public method operator [] const Returns a read-only pointer to one sub-array
public method operator = Performs a deep copy

Matrix operations

public method at Get a reference to a member of the matrix
public method erase Erases a range of rows or columns
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 array of pointers to the constituent vectors of a matrix
public method end Returns a read-only or writeable array of pointers to the address just after the last constituent vector of a matrix

Methods of imtx_impl<T>

Requirements

Header: plemtx.h

See Also

mtx_ptrs<T> Class | plemtx.h | imtx<T> class | imtx_impl<T> class | mtx_flat<T> class | Walkthrough: Adding a matrix argument