NAG Library Manual, Mark 31.1
Interfaces: FL CL CPP AD

NAG CPP Interface Introduction
Namespace: nagcpp
Namespace: dummy
Class: DummyMatrixDataContainer
Method: data

NAG CPP Interface
dummy::DummyMatrixDataContainer::data


NAG Library Manual, Mark 31.1
Interfaces: FL CL CPP AD

NAG CPP Interface Introduction
Namespace: nagcpp
Namespace: dummy
Class: DummyMatrixDataContainer
Method: data

Contents


Copyright NAG 2024

CPP Name Style:



1 Description

DummyMatrixDataContainer::data returns a pointer to the raw data. The raw data must be stored contiguously in memory, in either row-major order or column-major order (see Storage Order).

2 Specification

template <DT>
DT* data()
This method is only required if the data container is going to be used for an Input/Output or Output argument.
template <DT>
const DT* data() const
This method is only required if the data container is going to be used for an Input argument.

3 Arguments

None.

Copyright NAG 2024

AltStyle によって変換されたページ (->オリジナル) /