Overload List
Overload 1: clMatrix(TOpenCLDevice *TargetDevice, bool IsCached = true);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | TargetDevice | TOpenCLDevice * | |
| 2 | IsCached = true | bool |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 2: clMatrix(TOpenCLMtxVec *DeviceSource, bool IsCached = true);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DeviceSource | TOpenCLMtxVec * | |
| 2 | IsCached = true | bool |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 3: clMatrix(int aRows, int aCols, TclFloatPrecision aPrecision, bool AComplex, bool IsCached = true);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRows | int | |
| 2 | aCols | int | |
| 3 | aPrecision | TclFloatPrecision | |
| 4 | AComplex | bool | |
| 5 | IsCached = true | bool |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 4: clMatrix(bool IsCached);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | IsCached | bool |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 5: clMatrix();
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler
Overload 6: clMatrix(const clMatrix &aSrc);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aSrc | const clMatrix & |
Declared in Dew::Math::clMatrix · Dew.Math/clMtxExpr.h · Cross-compiler