Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *DivideC(TMtxVec *X, TMtxVec *Y, const double Z) const; | Compute X / (Y*zScale) |
| 2 | TMtxVec *DivideC(TMtxVec *X, TMtxVec *Y, const TCplx &Z) const; | Compute X / (Y*zScale) |
| 3 | TMtxVec *DivideC(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const double Z, int Index, int Len) const; | Compute X / (Y*zScalar) on sub array |
| 4 | TMtxVec *DivideC(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const TCplx &Z, int Index, int Len) const; | Compute X / (Y*zScalar) on sub array |
Overload 1: TMtxVec *DivideC(TMtxVec *X, TMtxVec *Y, const double Z) const;
Compute X / (Y*zScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | Z | const double |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: TMtxVec *DivideC(TMtxVec *X, TMtxVec *Y, const TCplx &Z) const;
Compute X / (Y*zScale)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | Z | const TCplx & |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 3: TMtxVec *DivideC(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const double Z, int Index, int Len) const;
Compute X / (Y*zScalar) on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | Z | const double | |
| 6 | Index | int | |
| 7 | Len | int |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 4: TMtxVec *DivideC(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const TCplx &Z, int Index, int Len) const;
Compute X / (Y*zScalar) on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | Z | const TCplx & | |
| 6 | Index | int | |
| 7 | Len | int |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler