Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLMtxVec *SetZero() const; | Initializes object elements to zero. |
| 2 | TOpenCLMtxVec *SetZero(int Index, int Len) const; | Initializes calling object elements [Index]..[Index+Len-1] to zero. |
Overload 1: TOpenCLMtxVec *SetZero() const;
Initializes object elements to zero.
See Also: clMatrix::SetVal
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: TOpenCLMtxVec *SetZero(int Index, int Len) const;
Initializes calling object elements [Index]..[Index+Len-1] to zero.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Remarks:
An exception is raised if array borders are overrun.
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler