function Norm(const Vec: TMtxVec): TMtxVec;
The norm of a vector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVec |
Result: stored in self (calling object), returns self for chaining
Remarks:
Calculates the norm of a Vec vector and stores the results in calling vector. This functions works the same as Vector.PowerSpectrum.