|
|
| Syntax C/C++ | #include <VFstd.h>
float VF_ssq( fVector X, ui size ); |
| C++ VecObj | #include <OptiVec.h>
T vector<T>::ssq(); |
| Pascal/Delphi | uses VFstd;
function VF_ssq( X:fVector; size:UIntSize ): Single; |
|
| Description | ssq = sum( Xi2 ) |
|
| Error handling | none (but be careful: this function may lead to an overflow!) |
|
| Return value | sum of the squares of the vector elements. |
|
|