#include <array.h>
Definition at line 327 of file array.h.
Public Member Functions | |
array_2d_row (array_2d_t &mat, size_t i) | |
Create an object as the i th row of mat . | |
data_t & | operator[] (size_t i) |
Array-like indexing, returns the element in the i th column of the chosen row. | |
const data_t & | operator[] (size_t i) const |
Array-like indexing, returns the element in the i th column of the chosen row. | |
Protected Attributes | |
data_t * | a |
The array pointer. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page