![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Column of a 2d array. More...
#include <array.h>
This works because two-dimensional arrays are always continguous (as indicated in appendix C of Soustroup's book).
Public Member Functions | |
array_2d_col (data_t mat[R][C], size_t i) | |
Create an object as the i th column of mat . | |
data_t & | operator[] (size_t i) |
Array-like indexing. | |
const data_t & | operator[] (size_t i) const |
Array-like indexing. | |
Protected Attributes | |
data_t * | a |
The array pointer. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).