Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *Offset(const double Value); | Add/Subtract a value. |
| 2 | TMtxVec *Offset(const TCplx &Value); | Add/Subtract a complex value. |
| 3 | TMtxVec *Offset(const double Value, int Index, int Len); | Add/Subtract a value from [Index]..[Index+Len-1]. |
| 4 | TMtxVec *Offset(const TCplx &Value, int Index, int Len); | Add/Subtract a complex value from [Index]..[Index+Len-1]. |
Overload 1: TMtxVec *Offset(const double Value);
Add/Subtract a value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const double |
Remarks:
Depreciated
Use TVec::Add (Value) instead.
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler
Overload 2: TMtxVec *Offset(const TCplx &Value);
Add/Subtract a complex value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const TCplx & |
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler
Overload 3: TMtxVec *Offset(const double Value, int Index, int Len);
Add/Subtract a value from [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const double | |
| 2 | Index | int | |
| 3 | Len | int |
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler
Overload 4: TMtxVec *Offset(const TCplx &Value, int Index, int Len);
Add/Subtract a complex value from [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const TCplx & | |
| 2 | Index | int | |
| 3 | Len | int |
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler