NAG CPP Interface
utility::array2D::data

 Contents

Settings help

CPP Name Style:


1 Description

array2D::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.