Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec AddAndMul(TMtxVec X, TCplx Y, TCplx Z) | self = (X + yScalar)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx Y, TCplx Z, Int32 Index, Int32 Len) | ||
| 2 | TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TCplx Y, TCplx Z) | self = (X*xScale + yScalar)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TCplx Y, TCplx Z, Int32 Index, Int32 Len) | ||
| 3 | TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TCplx Y, TMtxVec Z) | self = (X*xScale + yScalar)*Z |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TCplx Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len) | ||
| 4 | TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TCplx Y, TMtxVec Z, TCplx zScale) | self = (X* xScale + yScalar)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TCplx Y, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len) | ||
| 5 | TMtxVec AddAndMul(TMtxVec X, TCplx Y, TMtxVec Z) | self = (X + yScalar)*Z |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len) | ||
| 6 | TMtxVec AddAndMul(TMtxVec X, TCplx Y, TMtxVec Z, TCplx zScale) | self = (X + yScalar)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx Y, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len) | ||
| 7 | TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TMtxVec Y, TCplx yScale, TCplx Z) | self = (X*xScale + Y*yScale)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TMtxVec Y, Int32 YIndex, TCplx yScale, TCplx Z, Int32 Index, Int32 Len) | ||
| 8 | TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TMtxVec Y, TCplx yScale, TMtxVec Z, TCplx zScale) | self = (X*xScale + Y*yScale)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TMtxVec Y, Int32 YIndex, TCplx yScale, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len) | ||
| 9 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TCplx Z) | self = (X + Y)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TCplx Z, Int32 Index, Int32 Len) | ||
| 10 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TCplx yScale, TCplx Z) | self = (X + Y*yScale)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TCplx yScale, TCplx Z, Int32 Index, Int32 Len) | ||
| 11 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TCplx yScale, TMtxVec Z, TCplx zScale) | self = (X + Y*yScale)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TCplx yScale, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len) | ||
| 12 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TMtxVec Z) | self = (X + Y)*Z |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len) | ||
| 13 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TMtxVec Z, TCplx zScale) | self = (X + Y)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len) | ||
| 14 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TMtxVec Z, Double zScale) | self = (X + Y)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len) | ||
| 15 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, Double Z) | self = (X + Y)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, Double Z, Int32 Index, Int32 Len) | ||
| 16 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, Double yScale, TMtxVec Z, Double zScale) | self = (X + Y*yScale)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, Double yScale, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len) | ||
| 17 | TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, Double yScale, Double Z) | self = (X + Y*yScale)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, Double yScale, Double Z, Int32 Index, Int32 Len) | ||
| 18 | TMtxVec AddAndMul(TMtxVec X, Double Y, TMtxVec Z) | self = (X + yScalar)*Z |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len) | ||
| 19 | TMtxVec AddAndMul(TMtxVec X, Double Y, TMtxVec Z, Double zScale) | self = (X + yScalar)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double Y, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len) | ||
| 20 | TMtxVec AddAndMul(TMtxVec X, Double xScale, TMtxVec Y, Double yScale, TMtxVec Z, Double zScale) | self = (X*xScale + Y*yScale)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, TMtxVec Y, Int32 YIndex, Double yScale, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len) | ||
| 21 | TMtxVec AddAndMul(TMtxVec X, Double xScale, TMtxVec Y, Double yScale, Double Z) | self = (X*xScale + Y*yScale)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, TMtxVec Y, Int32 YIndex, Double yScale, Double Z, Int32 Index, Int32 Len) | ||
| 22 | TMtxVec AddAndMul(TMtxVec X, Double Y, Double Z) | self = (X + yScalar)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double Y, Double Z, Int32 Index, Int32 Len) | ||
| 23 | TMtxVec AddAndMul(TMtxVec X, Double xScale, Double Y, TMtxVec Z) | self = (X*xScale + yScalar)*Z |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, Double Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len) | ||
| 24 | TMtxVec AddAndMul(TMtxVec X, Double xScale, Double Y, TMtxVec Z, Double zScale) | self = (X* xScale + yScalar)*Z*zScale |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, Double Y, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len) | ||
| 25 | TMtxVec AddAndMul(TMtxVec X, Double xScale, Double Y, Double Z) | self = (X*xScale + yScalar)*zScalar |
| └ indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, Double Y, Double Z, Int32 Index, Int32 Len) |
Overload 1: TMtxVec AddAndMul(TMtxVec X, TCplx Y, TCplx Z)
Compute (X + yScalar)*zScalar
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx Y, TCplx Z, Int32 Index, Int32 Len)
Compute (X + yScalar)*zScalar on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TCplx | scalar |
| 4 | Z | TCplx | scalar |
| 5 | Index | Int32 | start index |
| 6 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 2: TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TCplx Y, TCplx Z)
Compute (X*xScale + yScalar)*zScalar
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TCplx Y, TCplx Z, Int32 Index, Int32 Len)
Compute (X*xScale + yScalar)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | TCplx | scalar |
| 4 | Y | TCplx | scalar |
| 5 | Z | TCplx | scalar |
| 6 | Index | Int32 | start index |
| 7 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 3: TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TCplx Y, TMtxVec Z)
Compute (X*xScale + yScalar)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | TCplx | scalar |
| 3 | Y | TCplx | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TCplx Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len)
Compute (X*xScale + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | TCplx | scalar |
| 4 | Y | TCplx | scalar |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zIndex | Int32 | |
| 7 | Index | Int32 | start index |
| 8 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 4: TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TCplx Y, TMtxVec Z, TCplx zScale)
Compute (X* xScale + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | TCplx | scalar |
| 3 | Y | TCplx | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zScale | TCplx | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TCplx Y, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len)
Compute (X* xScale + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | TCplx | scalar |
| 4 | Y | TCplx | scalar |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zIndex | Int32 | |
| 7 | zScale | TCplx | scalar |
| 8 | Index | Int32 | start index |
| 9 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 5: TMtxVec AddAndMul(TMtxVec X, TCplx Y, TMtxVec Z)
Compute (X + yScalar)*Z
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len)
Compute (X + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TCplx | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zIndex | Int32 | |
| 6 | Index | Int32 | start index |
| 7 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 6: TMtxVec AddAndMul(TMtxVec X, TCplx Y, TMtxVec Z, TCplx zScale)
Compute (X + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TCplx | scalar |
| 3 | Z | TMtxVec | source TVec or TMtx |
| 4 | zScale | TCplx | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx Y, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len)
Compute (X + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TCplx | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zIndex | Int32 | |
| 6 | zScale | TCplx | scalar |
| 7 | Index | Int32 | start index |
| 8 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 7: TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TMtxVec Y, TCplx yScale, TCplx Z)
Compute (X*xScale + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | TCplx | scalar |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | yScale | TCplx | scalar |
| 5 | Z | TCplx | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TMtxVec Y, Int32 YIndex, TCplx yScale, TCplx Z, Int32 Index, Int32 Len)
Compute (X*xScale + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | TCplx | scalar |
| 4 | Y | TMtxVec | source TVec or TMtx |
| 5 | YIndex | Int32 | Y start index |
| 6 | yScale | TCplx | scalar |
| 7 | Z | TCplx | scalar |
| 8 | Index | Int32 | start index |
| 9 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 8: TMtxVec AddAndMul(TMtxVec X, TCplx xScale, TMtxVec Y, TCplx yScale, TMtxVec Z, TCplx zScale)
Compute (X*xScale + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | TCplx | scalar |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | yScale | TCplx | scalar |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zScale | TCplx | scalar |
Result: stored in self (calling object), returns self for chaining
The following is also possible at the same or higher speed:
X^2 xScale + XY yScale
by passing X also for the Z parameter.
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TCplx xScale, TMtxVec Y, Int32 YIndex, TCplx yScale, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len)
Compute (X*xScale + Y*yScale)*Z*Scale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | TCplx | scalar |
| 4 | Y | TMtxVec | source TVec or TMtx |
| 5 | YIndex | Int32 | Y start index |
| 6 | yScale | TCplx | scalar |
| 7 | Z | TMtxVec | source TVec or TMtx |
| 8 | zIndex | Int32 | |
| 9 | zScale | TCplx | scalar |
| 10 | Index | Int32 | start index |
| 11 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 9: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TCplx Z)
Compute (X + Y)*zScalar
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TCplx Z, Int32 Index, Int32 Len)
Compute (X + Y)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | Z | TCplx | scalar |
| 6 | Index | Int32 | start index |
| 7 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 10: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TCplx yScale, TCplx Z)
Compute (X + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TMtxVec | source TVec or TMtx |
| 3 | yScale | TCplx | scalar |
| 4 | Z | TCplx | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TCplx yScale, TCplx Z, Int32 Index, Int32 Len)
Compute (X + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | yScale | TCplx | scalar |
| 6 | Z | TCplx | scalar |
| 7 | Index | Int32 | start index |
| 8 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 11: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TCplx yScale, TMtxVec Z, TCplx zScale)
Compute (X + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TMtxVec | source TVec or TMtx |
| 3 | yScale | TCplx | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zScale | TCplx | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TCplx yScale, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len)
Compute (X + Y*yScale)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | yScale | TCplx | scalar |
| 6 | Z | TMtxVec | source TVec or TMtx |
| 7 | zIndex | Int32 | |
| 8 | zScale | TCplx | scalar |
| 9 | Index | Int32 | start index |
| 10 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 12: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TMtxVec Z)
Compute (X + Y)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TMtxVec | source TVec or TMtx |
| 3 | Z | TMtxVec | source TVec or TMtx |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len)
Compute (X + Y)*Z on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zIndex | Int32 | |
| 7 | Index | Int32 | start index |
| 8 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 13: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TMtxVec Z, TCplx zScale)
Compute (X + Y)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TMtxVec | source TVec or TMtx |
| 3 | Z | TMtxVec | source TVec or TMtx |
| 4 | zScale | TCplx | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TMtxVec Z, Int32 zIndex, TCplx zScale, Int32 Index, Int32 Len)
Compute (X + Y)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zIndex | Int32 | |
| 7 | zScale | TCplx | scalar |
| 8 | Index | Int32 | start index |
| 9 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 14: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, TMtxVec Z, Double zScale)
Compute (X + Y)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TMtxVec | source TVec or TMtx |
| 3 | Z | TMtxVec | source TVec or TMtx |
| 4 | zScale | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len)
Compute (X + Y)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zIndex | Int32 | |
| 7 | zScale | Double | scalar |
| 8 | Index | Int32 | start index |
| 9 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 15: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, Double Z)
Compute (X + Y)*zScalar
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, Double Z, Int32 Index, Int32 Len)
Compute (X + Y)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | Z | Double | scalar |
| 6 | Index | Int32 | start index |
| 7 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 16: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, Double yScale, TMtxVec Z, Double zScale)
Compute (X + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TMtxVec | source TVec or TMtx |
| 3 | yScale | Double | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zScale | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, Double yScale, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len)
Compute (X + Y*yScale)*Z*zScale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | yScale | Double | scalar |
| 6 | Z | TMtxVec | source TVec or TMtx |
| 7 | zIndex | Int32 | |
| 8 | zScale | Double | scalar |
| 9 | Index | Int32 | start index |
| 10 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 17: TMtxVec AddAndMul(TMtxVec X, TMtxVec Y, Double yScale, Double Z)
Compute (X + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | TMtxVec | source TVec or TMtx |
| 3 | yScale | Double | scalar |
| 4 | Z | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, TMtxVec Y, Int32 YIndex, Double yScale, Double Z, Int32 Index, Int32 Len)
Compute (X + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | YIndex | Int32 | Y start index |
| 5 | yScale | Double | scalar |
| 6 | Z | Double | scalar |
| 7 | Index | Int32 | start index |
| 8 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 18: TMtxVec AddAndMul(TMtxVec X, Double Y, TMtxVec Z)
Compute (X + yScalar)*Z
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len)
Compute (X + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | Double | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zIndex | Int32 | |
| 6 | Index | Int32 | start index |
| 7 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 19: TMtxVec AddAndMul(TMtxVec X, Double Y, TMtxVec Z, Double zScale)
Compute (X + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | Double | scalar |
| 3 | Z | TMtxVec | source TVec or TMtx |
| 4 | zScale | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double Y, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len)
Compute (X + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | Double | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zIndex | Int32 | |
| 6 | zScale | Double | scalar |
| 7 | Index | Int32 | start index |
| 8 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 20: TMtxVec AddAndMul(TMtxVec X, Double xScale, TMtxVec Y, Double yScale, TMtxVec Z, Double zScale)
Compute (X*xScale + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | Double | scalar |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | yScale | Double | scalar |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zScale | Double | scalar |
Result: stored in self (calling object), returns self for chaining
The following is also possible at the same or higher speed:
X^2 xScale + XY yScale
by passing X also for the Z parameter.
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, TMtxVec Y, Int32 YIndex, Double yScale, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len)
Compute (X*xScale + Y*yScale)*Z*Scale on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | Double | scalar |
| 4 | Y | TMtxVec | source TVec or TMtx |
| 5 | YIndex | Int32 | Y start index |
| 6 | yScale | Double | scalar |
| 7 | Z | TMtxVec | source TVec or TMtx |
| 8 | zIndex | Int32 | |
| 9 | zScale | Double | scalar |
| 10 | Index | Int32 | start index |
| 11 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 21: TMtxVec AddAndMul(TMtxVec X, Double xScale, TMtxVec Y, Double yScale, Double Z)
Compute (X*xScale + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | Double | scalar |
| 3 | Y | TMtxVec | source TVec or TMtx |
| 4 | yScale | Double | scalar |
| 5 | Z | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, TMtxVec Y, Int32 YIndex, Double yScale, Double Z, Int32 Index, Int32 Len)
Compute (X*xScale + Y*yScale)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | Double | scalar |
| 4 | Y | TMtxVec | source TVec or TMtx |
| 5 | YIndex | Int32 | Y start index |
| 6 | yScale | Double | scalar |
| 7 | Z | Double | scalar |
| 8 | Index | Int32 | start index |
| 9 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 22: TMtxVec AddAndMul(TMtxVec X, Double Y, Double Z)
Compute (X + yScalar)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Y | Double | scalar |
| 3 | Z | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double Y, Double Z, Int32 Index, Int32 Len)
Compute (X + yScalar)*zScalar on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | Y | Double | scalar |
| 4 | Z | Double | scalar |
| 5 | Index | Int32 | start index |
| 6 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 23: TMtxVec AddAndMul(TMtxVec X, Double xScale, Double Y, TMtxVec Z)
Compute (X*xScale + yScalar)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | Double | scalar |
| 3 | Y | Double | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, Double Y, TMtxVec Z, Int32 zIndex, Int32 Index, Int32 Len)
Compute (X*xScale + yScalar)*Z on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | Double | scalar |
| 4 | Y | Double | scalar |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zIndex | Int32 | |
| 7 | Index | Int32 | start index |
| 8 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 24: TMtxVec AddAndMul(TMtxVec X, Double xScale, Double Y, TMtxVec Z, Double zScale)
Compute (X* xScale + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | Double | scalar |
| 3 | Y | Double | scalar |
| 4 | Z | TMtxVec | source TVec or TMtx |
| 5 | zScale | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, Double Y, TMtxVec Z, Int32 zIndex, Double zScale, Int32 Index, Int32 Len)
Compute (X* xScale + yScalar)*Z*zScale on sub-array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | Double | scalar |
| 4 | Y | Double | scalar |
| 5 | Z | TMtxVec | source TVec or TMtx |
| 6 | zIndex | Int32 | |
| 7 | zScale | Double | scalar |
| 8 | Index | Int32 | start index |
| 9 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining
Overload 25: TMtxVec AddAndMul(TMtxVec X, Double xScale, Double Y, Double Z)
Compute (X*xScale + yScalar)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | xScale | Double | scalar |
| 3 | Y | Double | scalar |
| 4 | Z | Double | scalar |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec AddAndMul(TMtxVec X, Int32 XIndex, Double xScale, Double Y, Double Z, Int32 Index, Int32 Len)
Compute (X*xScale + yScalar)*zScalar on sub array
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | XIndex | Int32 | X start index |
| 3 | xScale | Double | scalar |
| 4 | Y | Double | scalar |
| 5 | Z | Double | scalar |
| 6 | Index | Int32 | start index |
| 7 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining