SetExpandIndex

Description

Sets the indexth axis as the dimension-expanded axis.

Prototype

void SetExpandIndex(const AxisIndex index)

Parameters

Parameter

Input/Output

Description

index

Input

The indexth axis that functions as the dimension-expanded axis.

using AxisIndex = uint64_t;

Returns

None

Restrictions

None

Example

ExpandDimsType type1("1001");
type1.SetExpandIndex(1); // Dimension expansion rule mask_=1101