我要评分
获取效率
正确性
完整性
易理解

KesVectorDenseSetValues

Interface Definition

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

Interface Description

Set 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