Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Power(TVec *Base, double Exponent); | Compute the power function. |
| 2 | Matrix Power(TMtx *Base, double Exponent); | Compute the power function. |
| 3 | Vector Power(double Base, TVec *Exponent); | Compute the power function. |
| 4 | Matrix Power(double Base, TMtx *Exponent); | Compute the power function. |
| 5 | Vector Power(const TCplx &Base, TVec *Exponent); | Compute the power function. |
| 6 | Matrix Power(const TCplx &Base, TMtx *Exponent); | Compute the power function. |
| 7 | Vector Power(TVec *Base, TVec *Exponent); | Compute the power function. |
| 8 | Matrix Power(TMtx *Base, TMtx *Exponent); | |
| 9 | Vector Power(TVec *Base, const TCplx &Exponent); | Compute the power function. |
| 10 | Matrix Power(TMtx *Base, const TCplx &Exponent); | Compute the power function. |
Overload 1: Vector Power(TVec *Base, double Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TVec * | |
| 2 | Exponent | double |
Remarks:
Internally calls Vector::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Power(TMtx *Base, double Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | TMtx * | |
| 2 | Exponent | double |
Remarks:
Internally calls Matrix::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 3: Vector Power(double Base, TVec *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | double | |
| 2 | Exponent | TVec * |
Remarks:
Internally calls Vector::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 4: Matrix Power(double Base, TMtx *Exponent);
Compute the power function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Base | double | |
| 2 | Exponent | TMtx * |
Remarks:
Internally calls Matrix::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 5: Vector Power(const TCplx &Base, TVec *Exponent);
Compute the power function.
Remarks:
Internally calls Vector::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 6: Matrix Power(const TCplx &Base, TMtx *Exponent);
Compute the power function.
Remarks:
Internally calls Matrix::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 7: Vector Power(TVec *Base, TVec *Exponent);
Compute the power function.
Remarks:
Internally calls Vector::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 8: Matrix Power(TMtx *Base, TMtx *Exponent);
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 9: Vector Power(TVec *Base, const TCplx &Exponent);
Compute the power function.
Remarks:
Internally calls Vector::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 10: Matrix Power(TMtx *Base, const TCplx &Exponent);
Compute the power function.
Remarks:
Internally calls Matrix::Power
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler