Rate This Document
Findability
Accuracy
Completeness
Readability

KesVectorSetDim

Interface Definition

KesReturnCode KesVectorSetDim(KesVector X, int nRows, int nCols);

Interface Description

Sets the local length and number of vectors.

Parameters

Parameter

Type

Description

Input/Output

X

KesVector

Handle to the vector. The vector must be an existing vector in KES_DENSE format.

Input/Output

nRows

int

Local length of a vector.

Input

nCols

int

Number of vectors.

Input