NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
utility
Class:
array1D
Method:
constructor
NAG CPP Interface
utility::array1D
Keyword Search:
NAG Library Manual, Mark 30.1
Interfaces:
FL
CL
CPP
AD
NAG CPP Interface Introduction
Namespace:
nagcpp
Namespace:
utility
Class:
array1D
Method:
constructor
▸
▿
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
2
Specification
array1D
(
RT
data_
,
IT
size_
)
3
Arguments
1:
data_
–
RT
Scalar
On entry
: A pointer to the raw data, in contiguous memory.
2:
size_
–
IT
Scalar
On entry
:
n
, the length of the vector.
© The Numerical Algorithms Group Ltd. 2020