ISStrideGetInfo

Returns the first index in a stride index set and the stride width.

Synopsis

int ISStrideGetInfo(IS is,int *first,int *step)
Not Collective

Input Parameter

is -the index set

Output Parameters

first -the first index
step -the stride width

Notes

Returns info on stride index set. This is a pseudo-public function that should not be needed by most users.

Keywords

IS, index set, stride, get, information

See Also

ISCreateStride(), ISGetSize()

Level:intermediate
Location:src/vec/is/impls/seq/stride/stride.c
Index Set
Table of Contents