array_view::section 方法
傳回指定之來源的子區段 array_view 物件,以及,選擇性地,傳回指定的範圍內的子區段。
array_view section(
const Concurrency::index<_Rank>& _Section_origin,
const Concurrency::extent<_Rank>& _Section_extent
) const restrict(amp,cpu);
array_view section(
const Concurrency::index<_Rank>& _Idx
) const restrict(amp,cpu);
array_view section(
const Concurrency::extent<_Rank>& _Ext
) const restrict(amp,cpu);
array_view section(
int _I0,
int _E0
) const restrict(amp,cpu);
array_view section(
int _I0,
int _I1,
int _E0,
int _E1
) const restrict(amp,cpu);
array_view section(
int _I0,
int _I1,
int _I2,
int _E0,
int _E1,
int _E2
) const restrict(amp,cpu);
參數
_E0
區段範圍的最大元件。_E1
下個區段範圍的最大元件。_E2
區段範圍的最小顯著性元件。_Ext
指定區段範圍的 extent 物件。 原點是 0。_Idx
指定原點位置的 index 物件。 這個區段是範圍的其餘部分。_I0
這個區段的最重要元件起點。_I1
區段下一個最重要元件的原點。_I2
區段的最小顯著性元件原點。_Rank
部分的層級。_Section_extent
指定區段範圍的 extent 物件。_Section_origin
指定原點位置的 index 物件。
傳回值
在指定之來源的子區段 array_view 物件,以及,選擇性地,傳回指定的範圍的子區段。 當只有 index 被指定時,子區段將會包含所有位於索引大於 index 物件內的項目索引的相關範圍的項目。
需求
標頭檔: amp.h
**命名空間:**並行