NAG CPP Interface
utility::array2D

 Contents

Settings help

CPP Name Style:


1 Description

2 Specification

  array2D(RT data_, IT1 size1_, IT2 size2_, bool col_major_ = true)

3 Arguments

1: data_ RT Scalar
On entry: A pointer to the raw data, in contiguous memory.
2: size1_ IT1 Scalar
On entry: m, the number of rows in the matrix.
3: size2_ IT2 Scalar
On entry: n, the number of columns in the matrix.
4: col_major_ bool Scalar
On entry: true if the data stored in data_ is in column-major order, false otherwise.
Default: true