NAG CPP Interface
utility::array1D::data

 Contents

Settings help

CPP Name Style:


1 Description

array1D::data returns a pointer to the raw data, stored contiguously in memory.

2 Specification

template <DT>
DT*  data()
template <DT>
const DT*  data() const

3 Arguments

None.