Overload List
Overload 1: clVector Power(TOpenCLVector *Base, const double Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLVector * | |
| 2 | Exponent | const double |
Internally calls clVector::Power
Overload 2: clMatrix Power(TOpenCLMatrix *Base, const double Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLMatrix * | |
| 2 | Exponent | const double |
Internally calls clMatrix::Power
Overload 3: clVector Power(const double Base, TOpenCLVector *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | const double | |
| 2 | Exponent | TOpenCLVector * |
Internally calls clVector::Power
Overload 4: clMatrix Power(const double Base, TOpenCLMatrix *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | const double | |
| 2 | Exponent | TOpenCLMatrix * |
Internally calls clMatrix::Power
Overload 5: clVector Power(const TCplx &Base, TOpenCLVector *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | const TCplx & | |
| 2 | Exponent | TOpenCLVector * |
Internally calls clVector::Power
Overload 6: clMatrix Power(const TCplx &Base, TOpenCLMatrix *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | const TCplx & | |
| 2 | Exponent | TOpenCLMatrix * |
Internally calls clMatrix::Power
Overload 7: clVector Power(TOpenCLVector *Base, TOpenCLVector *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLVector * | |
| 2 | Exponent | TOpenCLVector * |
Internally calls clVector::Power
Overload 8: clMatrix Power(TOpenCLMatrix *Base, TOpenCLMatrix *Exponent);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLMatrix * | |
| 2 | Exponent | TOpenCLMatrix * |
Overload 9: clVector Power(TOpenCLVector *Base, const TCplx &Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLVector * | |
| 2 | Exponent | const TCplx & |
Internally calls clVector::Power
Overload 10: clMatrix Power(TOpenCLMatrix *Base, const TCplx &Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLMatrix * | |
| 2 | Exponent | const TCplx & |
Internally calls clMatrix::Power
Overload 11: clValue Power(TOpenCLValue *Base, const double Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLValue * | |
| 2 | Exponent | const double |
Internally calls clValue::Power
Overload 12: clValue Power(const double Base, TOpenCLValue *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | const double | |
| 2 | Exponent | TOpenCLValue * |
Internally calls clValue::Power
Overload 13: clValue Power(const TCplx &Base, TOpenCLValue *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | const TCplx & | |
| 2 | Exponent | TOpenCLValue * |
Internally calls clValue::Power
Overload 14: clValue Power(TOpenCLValue *Base, TOpenCLValue *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLValue * | |
| 2 | Exponent | TOpenCLValue * |
Internally calls clValue::Power
Overload 15: clValue Power(TOpenCLValue *Base, const TCplx &Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TOpenCLValue * | |
| 2 | Exponent | const TCplx & |
Internally calls clValue::Power