KesVectorNorm
Interface Definition
KesReturnCode KesVectorNorm(const KesVector X, KesVector normX);
Interface Description
Computes the 2-norm of a vector.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
X |
const KesVector |
Handle to the vector. It cannot be a null pointer. |
Input |
normX |
KesVector |
Vector matrix. It stores the 2-norm of X. |
Input/Output |
Parent topic: Functions for Querying Solution Information