#include <array.h>
Definition at line 263 of file array.h.
Public Member Functions | |
array_const_subvector (const double *arr, size_t offset, size_t n) | |
Create a reversed array from arr of size sz . | |
const double & | operator[] (size_t i) const |
Array-like indexing. | |
Protected Attributes | |
double * | a |
The array pointer. | |
size_t | off |
The offset. | |
size_t | len |
The subvector length. |
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