Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double NormL2(TDenseMtxVec *Vec); | Vector L2-Norm. |
| 2 | double NormL2(TDenseMtxVec *Vec1, TDenseMtxVec *Vec2, bool RelativeError = false); | |L2| norm for Vector values [Index,Index+Len], starting at Index. |
Overload 1: double NormL2(TDenseMtxVec *Vec);
Vector L2-Norm.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TDenseMtxVec * | Calling vector or matrix object for which function will be evaluated. |
Returns: Vector L2-Norm
Declared in Dew::Math::Units::MtxVec · Dew.Math/Units.MtxVec.h · Cross-compiler
Overload 2: double NormL2(TDenseMtxVec *Vec1, TDenseMtxVec *Vec2, bool RelativeError = false);
|L2| norm for Vector values [Index,Index+Len], starting at Index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec1 | TDenseMtxVec * | |
| 2 | Vec2 | TDenseMtxVec * | |
| 3 | RelativeError = false | bool |
Declared in Dew::Math::Units::MtxVec · Dew.Math/Units.MtxVec.h · Cross-compiler