clVector.Norm Method

function Norm(const Vec: TOpenCLVector): TOpenCLVector;

The norm of a vector.

#NameTypeDescription
1VecTOpenCLVector

Returns: TOpenCLVector

Remarks:

Calculates the norm of a Vec vector and stores the results in calling vector. This functions works the same as TMtxVec.PowerSpectrum.