XLL+ Class Library (7.0)

mtx_flat<T>::operator [] const

Returns the value of an item in the matrix, indexed by its position

T operator [] const(
   size_t i
) const;

Parameters

i

Index into flat array

Remarks

This overloaded operator returns the value of an item in the matrix, indexed by its position in the flat array.

Requirements

Header: plemtx.h

See Also

mtx_flat<T> Class | mtx_flat<T> Methods | operator []