NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
dummy
Class:
DummyVectorDataContainer
Method:
data
NAG CPP Interface
dummy::DummyVectorDataContainer::data
Keyword Search:
NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
dummy
Class:
DummyVectorDataContainer
Method:
data
▸
▿
Contents
1
Description
2
Specification
3
Arguments
© The Numerical Algorithms Group Ltd. 2020
Settings help
CPP Name Style:
Short (
impl_details
)
Long (
info::impl_details
)
Full (
nagcpp::info::impl_details
)
1
Description
DummyVectorDataContainer::data
returns a pointer to the raw data. The raw data must be stored contiguously in memory.
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.
© The Numerical Algorithms Group Ltd. 2020