Overload List
Overload 1: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, TMtxVec *Z) const;
Compute (X + Y)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | Z | TMtxVec * |
Overload 2: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, TMtxVec *Z, int zIndex, int Index, int Len) const;
Compute (X + Y)*Z on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | Z | TMtxVec * | |
| 6 | zIndex | int | |
| 7 | Index | int | |
| 8 | Len | int |
Overload 3: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, TMtxVec *Z, const double zScale) const;
Compute (X + Y)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | Z | TMtxVec * | |
| 4 | zScale | const double |
Overload 4: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, TMtxVec *Z, const TCplx &zScale) const;
Compute (X + Y)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | Z | TMtxVec * | |
| 4 | zScale | const TCplx & |
Overload 5: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, TMtxVec *Z, int zIndex, const double zScale, int Index, int Len) const;
Compute (X + Y)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | Z | TMtxVec * | |
| 6 | zIndex | int | |
| 7 | zScale | const double | |
| 8 | Index | int | |
| 9 | Len | int |
Overload 6: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, TMtxVec *Z, int zIndex, const TCplx &zScale, int Index, int Len) const;
Compute (X + Y)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | Z | TMtxVec * | |
| 6 | zIndex | int | |
| 7 | zScale | const TCplx & | |
| 8 | Index | int | |
| 9 | Len | int |
Overload 7: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, const double yScale, TMtxVec *Z, const double zScale) const;
Compute (X + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | yScale | const double | |
| 4 | Z | TMtxVec * | |
| 5 | zScale | const double |
Overload 8: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, const TCplx &yScale, TMtxVec *Z, const TCplx &zScale) const;
Compute (X + Y*yScale)*Z*zScale
Overload 9: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const double yScale, TMtxVec *Z, int zIndex, const double zScale, int Index, int Len) const;
Compute (X + Y*yScale)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | yScale | const double | |
| 6 | Z | TMtxVec * | |
| 7 | zIndex | int | |
| 8 | zScale | const double | |
| 9 | Index | int | |
| 10 | Len | int |
Overload 10: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const TCplx &yScale, TMtxVec *Z, int zIndex, const TCplx &zScale, int Index, int Len) const;
Compute (X + Y*yScale)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | yScale | const TCplx & | |
| 6 | Z | TMtxVec * | |
| 7 | zIndex | int | |
| 8 | zScale | const TCplx & | |
| 9 | Index | int | |
| 10 | Len | int |
Overload 11: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, const double Z) const;
Compute (X + Y)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | Z | const double |
Overload 12: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, const TCplx &Z) const;
Compute (X + Y)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | Z | const TCplx & |
Overload 13: TMtxVec *AddAndMul(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 |
Overload 14: TMtxVec *AddAndMul(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 |
Overload 15: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, const double yScale, const double Z) const;
Compute (X + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | TMtxVec * | |
| 3 | yScale | const double | |
| 4 | Z | const double |
Overload 16: TMtxVec *AddAndMul(TMtxVec *X, TMtxVec *Y, const TCplx &yScale, const TCplx &Z) const;
Compute (X + Y*yScale)*zScalar
Overload 17: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const double yScale, const double Z, int Index, int Len) const;
Compute (X + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | yScale | const double | |
| 6 | Z | const double | |
| 7 | Index | int | |
| 8 | Len | int |
Overload 18: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, TMtxVec *Y, int YIndex, const TCplx &yScale, const TCplx &Z, int Index, int Len) const;
Compute (X + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | TMtxVec * | |
| 4 | YIndex | int | |
| 5 | yScale | const TCplx & | |
| 6 | Z | const TCplx & | |
| 7 | Index | int | |
| 8 | Len | int |
Overload 19: TMtxVec *AddAndMul(TMtxVec *X, const double Y, TMtxVec *Z, const double zScale) const;
Compute (X + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | const double | |
| 3 | Z | TMtxVec * | |
| 4 | zScale | const double |
Overload 20: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &Y, TMtxVec *Z, const TCplx &zScale) const;
Compute (X + yScalar)*Z*zScale
Overload 21: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double Y, TMtxVec *Z, int zIndex, const double zScale, int Index, int Len) const;
Compute (X + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | const double | |
| 4 | Z | TMtxVec * | |
| 5 | zIndex | int | |
| 6 | zScale | const double | |
| 7 | Index | int | |
| 8 | Len | int |
Overload 22: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const TCplx &Y, TMtxVec *Z, int zIndex, const TCplx &zScale, int Index, int Len) const;
Compute (X + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | const TCplx & | |
| 4 | Z | TMtxVec * | |
| 5 | zIndex | int | |
| 6 | zScale | const TCplx & | |
| 7 | Index | int | |
| 8 | Len | int |
Overload 23: TMtxVec *AddAndMul(TMtxVec *X, const double xScale, const double Y, TMtxVec *Z) const;
Compute (X*xScale + yScalar)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const double | |
| 3 | Y | const double | |
| 4 | Z | TMtxVec * |
Overload 24: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &xScale, const TCplx &Y, TMtxVec *Z) const;
Compute (X*xScale + yScalar)*Z
Overload 25: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double xScale, const double Y, TMtxVec *Z, int zIndex, int Index, int Len) const;
Compute (X*xScale + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const double | |
| 4 | Y | const double | |
| 5 | Z | TMtxVec * | |
| 6 | zIndex | int | |
| 7 | Index | int | |
| 8 | Len | int |
Overload 26: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const TCplx &xScale, const TCplx &Y, TMtxVec *Z, int zIndex, int Index, int Len) const;
Compute (X*xScale + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const TCplx & | |
| 4 | Y | const TCplx & | |
| 5 | Z | TMtxVec * | |
| 6 | zIndex | int | |
| 7 | Index | int | |
| 8 | Len | int |
Overload 27: TMtxVec *AddAndMul(TMtxVec *X, const double Y, TMtxVec *Z) const;
Compute (X + yScalar)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | const double | |
| 3 | Z | TMtxVec * |
Overload 28: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &Y, TMtxVec *Z) const;
Compute (X + yScalar)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | const TCplx & | |
| 3 | Z | TMtxVec * |
Overload 29: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double Y, TMtxVec *Z, int zIndex, int Index, int Len) const;
Compute (X + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | const double | |
| 4 | Z | TMtxVec * | |
| 5 | zIndex | int | |
| 6 | Index | int | |
| 7 | Len | int |
Overload 30: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const TCplx &Y, TMtxVec *Z, int zIndex, int Index, int Len) const;
Compute (X + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | const TCplx & | |
| 4 | Z | TMtxVec * | |
| 5 | zIndex | int | |
| 6 | Index | int | |
| 7 | Len | int |
Overload 31: TMtxVec *AddAndMul(TMtxVec *X, const double Y, const double Z) const;
Compute (X + yScalar)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Y | const double | |
| 3 | Z | const double |
Overload 32: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &Y, const TCplx &Z) const;
Compute (X + yScalar)*zScalar
Overload 33: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double Y, const double Z, int Index, int Len) const;
Compute (X + yScalar)*zScalar on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | Y | const double | |
| 4 | Z | const double | |
| 5 | Index | int | |
| 6 | Len | int |
Overload 34: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const TCplx &Y, const TCplx &Z, int Index, int Len) const;
Compute (X + yScalar)*zScalar on sub-array
Overload 35: TMtxVec *AddAndMul(TMtxVec *X, const double xScale, TMtxVec *Y, const double yScale, TMtxVec *Z, const double zScale) const;
Compute (X*xScale + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const double | |
| 3 | Y | TMtxVec * | |
| 4 | yScale | const double | |
| 5 | Z | TMtxVec * | |
| 6 | zScale | const double |
The following is also possible at the same or higher speed:
X^2 xScale + XY yScale
by passing X also for the Z parameter.
Overload 36: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &xScale, TMtxVec *Y, const TCplx &yScale, TMtxVec *Z, const TCplx &zScale) const;
Compute (X*xScale + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const TCplx & | |
| 3 | Y | TMtxVec * | |
| 4 | yScale | const TCplx & | |
| 5 | Z | TMtxVec * | |
| 6 | zScale | const TCplx & |
The following is also possible at the same or higher speed:
X^2 xScale + XY yScale
by passing X also for the Z parameter.
Overload 37: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double xScale, TMtxVec *Y, int YIndex, const double yScale, TMtxVec *Z, int zIndex, const double zScale, int Index, int Len) const;
Compute (X*xScale + Y*yScale)*Z*Scale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const double | |
| 4 | Y | TMtxVec * | |
| 5 | YIndex | int | |
| 6 | yScale | const double | |
| 7 | Z | TMtxVec * | |
| 8 | zIndex | int | |
| 9 | zScale | const double | |
| 10 | Index | int | |
| 11 | Len | int |
Overload 38: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const TCplx &xScale, TMtxVec *Y, int YIndex, const TCplx &yScale, TMtxVec *Z, int zIndex, const TCplx &zScale, int Index, int Len) const;
Compute (X*xScale + Y*yScale)*Z*Scale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const TCplx & | |
| 4 | Y | TMtxVec * | |
| 5 | YIndex | int | |
| 6 | yScale | const TCplx & | |
| 7 | Z | TMtxVec * | |
| 8 | zIndex | int | |
| 9 | zScale | const TCplx & | |
| 10 | Index | int | |
| 11 | Len | int |
Overload 39: TMtxVec *AddAndMul(TMtxVec *X, const double xScale, TMtxVec *Y, const double yScale, const double Z) const;
Compute (X*xScale + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const double | |
| 3 | Y | TMtxVec * | |
| 4 | yScale | const double | |
| 5 | Z | const double |
Overload 40: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &xScale, TMtxVec *Y, const TCplx &yScale, const TCplx &Z) const;
Compute (X*xScale + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const TCplx & | |
| 3 | Y | TMtxVec * | |
| 4 | yScale | const TCplx & | |
| 5 | Z | const TCplx & |
Overload 41: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double xScale, TMtxVec *Y, int YIndex, const double yScale, const double Z, int Index, int Len) const;
Compute (X*xScale + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const double | |
| 4 | Y | TMtxVec * | |
| 5 | YIndex | int | |
| 6 | yScale | const double | |
| 7 | Z | const double | |
| 8 | Index | int | |
| 9 | Len | int |
Overload 42: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const TCplx &xScale, TMtxVec *Y, int YIndex, const TCplx &yScale, const TCplx &Z, int Index, int Len) const;
Compute (X*xScale + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const TCplx & | |
| 4 | Y | TMtxVec * | |
| 5 | YIndex | int | |
| 6 | yScale | const TCplx & | |
| 7 | Z | const TCplx & | |
| 8 | Index | int | |
| 9 | Len | int |
Overload 43: TMtxVec *AddAndMul(TMtxVec *X, const double xScale, const double Y, TMtxVec *Z, const double zScale) const;
Compute (X* xScale + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const double | |
| 3 | Y | const double | |
| 4 | Z | TMtxVec * | |
| 5 | zScale | const double |
Overload 44: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &xScale, const TCplx &Y, TMtxVec *Z, const TCplx &zScale) const;
Compute (X* xScale + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const TCplx & | |
| 3 | Y | const TCplx & | |
| 4 | Z | TMtxVec * | |
| 5 | zScale | const TCplx & |
Overload 45: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double xScale, const double Y, TMtxVec *Z, int zIndex, const double zScale, int Index, int Len) const;
Compute (X* xScale + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const double | |
| 4 | Y | const double | |
| 5 | Z | TMtxVec * | |
| 6 | zIndex | int | |
| 7 | zScale | const double | |
| 8 | Index | int | |
| 9 | Len | int |
Overload 46: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const TCplx &xScale, const TCplx &Y, TMtxVec *Z, int zIndex, const TCplx &zScale, int Index, int Len) const;
Compute (X* xScale + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const TCplx & | |
| 4 | Y | const TCplx & | |
| 5 | Z | TMtxVec * | |
| 6 | zIndex | int | |
| 7 | zScale | const TCplx & | |
| 8 | Index | int | |
| 9 | Len | int |
Overload 47: TMtxVec *AddAndMul(TMtxVec *X, const double xScale, const double Y, const double Z) const;
Compute (X*xScale + yScalar)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | xScale | const double | |
| 3 | Y | const double | |
| 4 | Z | const double |
Overload 48: TMtxVec *AddAndMul(TMtxVec *X, const TCplx &xScale, const TCplx &Y, const TCplx &Z) const;
Compute (X*xScale + yScalar)*zScalar
Overload 49: TMtxVec *AddAndMul(TMtxVec *X, int XIndex, const double xScale, const double Y, const double Z, int Index, int Len) const;
Compute (X*xScale + yScalar)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | XIndex | int | |
| 3 | xScale | const double | |
| 4 | Y | const double | |
| 5 | Z | const double | |
| 6 | Index | int | |
| 7 | Len | int |