Matrix::DivideC Method

Overload List

#SignatureDescription
1TMtxVec *DivideC(TMtxVec *X, TMtxVec *Y, const double Z) const;Compute X / (Y*zScale)
2TMtxVec *DivideC(TMtxVec *X, TMtxVec *Y, const TCplx &Z) const;Compute X / (Y*zScale)
3TMtxVec *DivideC(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const double Z, int Index, int Len) const;Compute X / (Y*zScalar) on sub array
4TMtxVec *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)

#NameTypeDescription
1XTMtxVec *
2YTMtxVec *
3Zconst 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)

#NameTypeDescription
1XTMtxVec *
2YTMtxVec *
3Zconst 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

#NameTypeDescription
1XTMtxVec *
2XIndexint
3YTMtxVec *
4YIndexint
5Zconst double
6Indexint
7Lenint
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

#NameTypeDescription
1XTMtxVec *
2XIndexint
3YTMtxVec *
4YIndexint
5Zconst TCplx &
6Indexint
7Lenint
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler