Rate This Document
Findability
Accuracy
Completeness
Readability

KesVectorDenseSetValues

Interface Definition

KesReturnCode KesVectorDenseSetValues(KesVector X, void *values, int ld);

Interface Description

Sets the values of KES_DENSE vectors.

Parameters

Parameter

Type

Description

Input/Output

X

KesVector

Handle to the vector. It cannot be a null pointer.

Input/Output

values

void *

Address to the first array element. The data type of values must be the same as that of X.

Input

ld

int

Leading dimension.

Input