TOpenCLMtxVec *Difference(TOpenCLMtxVec *Vec, int Lag = 1) const;
Calculate the difference for all Vec elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TOpenCLMtxVec * | |
| 2 | Lag = 1 | int |
Remarks:
Store the results in the calling vector. The TOpenCLBase::Length of the calling vector is set to one less the length of Vec and TOpenCLBase::Complex property is set to Vec.Complex.
The Length of calling vector is automatically decremented by one.
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler