subroutine vrem (n, z, incz, x, incx, y, incy); subroutine vremf(n, z, incz, x, incx, y, incy); subroutine vrem_64 (n, z, incz, x, incx, y, incy); subroutine vremf_64(n, z, incz, x, incx, y, incy);
Given input vectors
and
and a result vector
, this function computes the remainder of dividing
by
and stores the result in
.
ENTRY: Number of elements of
,
and
.
CONSTRAINT:
.
EXIT: Result vector
.
CONSTRAINT: Must contain
elements.
CONSTRAINT: Must not overlap with array
or
.
ENTRY: Stride for the vector
.
CONSTRAINT:
.
BEHAVIOR: A negative stride will traverse the array in reverse.
ENTRY: Input vector
.
CONSTRAINT: Must contain
elements.
CONSTRAINT: Must not overlap with array
or
.
ENTRY: Stride for the vector
.
CONSTRAINT:
.
BEHAVIOR: A negative stride will traverse the array in reverse.
ENTRY: Input vector
.
CONSTRAINT: Must contain
elements.
CONSTRAINT: Must not overlap with array
or
.
ENTRY: Stride for the vector
.
CONSTRAINT:
.
BEHAVIOR: A negative stride will traverse the array in reverse.