Overload List
Overload 1: function AddAndMul(const X: TMtxInt; const Y: TMtxVecInt; const Z: TMtxVecInt): MatrixInt;
Overload 2: function AddAndMul(const X: TMtxInt; const Y: TMtxVecInt; const Z: TMtxVecInt; zScale: Integer): MatrixInt;
Compute (X + Y)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | TMtxVecInt | |
| 3 | Z | TMtxVecInt | |
| 4 | zScale | Integer |
Returns: MatrixInt
Overload 3: function AddAndMul(const X: TMtxInt; const Y: TMtxVecInt; Z: Integer): MatrixInt;
Overload 4: function AddAndMul(const X: TMtxInt; Y: Integer; const Z: TMtxVecInt): MatrixInt;
Overload 5: function AddAndMul(const X: TMtxInt; Y: Integer; Z: Integer): MatrixInt;
Overload 6: function AddAndMul(const X: TMtxInt; xScale: Integer; Y: Integer; Z: Integer): MatrixInt;
Compute (X*xScale + yScalar)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | xScale | Integer | |
| 3 | Y | Integer | |
| 4 | Z | Integer |
Returns: MatrixInt
Overload 7: function AddAndMul(const X: TVecInt; const Y: TMtxVecInt; const Z: TMtxVecInt): VectorInt;
Overload 8: function AddAndMul(const X: TVecInt; const Y: TMtxVecInt; const Z: TMtxVecInt; zScale: Integer): VectorInt;
Compute (X + Y)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | Z | TMtxVecInt | |
| 4 | zScale | Integer |
Returns: VectorInt
Overload 9: function AddAndMul(const X: TVecInt; const Y: TMtxVecInt; Z: Integer): VectorInt;
Overload 10: function AddAndMul(const X: TVecInt; Y: Integer; const Z: TMtxVecInt): VectorInt;
Overload 11: function AddAndMul(const X: TVecInt; Y: Integer; Z: Integer): VectorInt;
Overload 12: function AddAndMul(const X: TVecInt; xScale: Integer; Y: Integer; Z: Integer): VectorInt;
Compute (X*xScale + yScalar)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | xScale | Integer | |
| 3 | Y | Integer | |
| 4 | Z | Integer |
Returns: VectorInt
Overload 13: function AddAndMul(const X: TMtxInt; const Y: TMtxVecInt; yScale: Integer; const Z: TMtxVecInt; zScale: Integer): MatrixInt;
Compute (X + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | TMtxVecInt | |
| 3 | yScale | Integer | |
| 4 | Z | TMtxVecInt | |
| 5 | zScale | Integer |
Returns: MatrixInt
Overload 14: function AddAndMul(const X: TMtxInt; const Y: TMtxVecInt; yScale: Integer; Z: Integer): MatrixInt;
Compute (X + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | TMtxVecInt | |
| 3 | yScale | Integer | |
| 4 | Z | Integer |
Returns: MatrixInt
Overload 15: function AddAndMul(const X: TMtxInt; Y: Integer; const Z: TMtxVecInt; zScale: Integer): MatrixInt;
Compute (X + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | Integer | |
| 3 | Z | TMtxVecInt | |
| 4 | zScale | Integer |
Returns: MatrixInt
Overload 16: function AddAndMul(const X: TMtxInt; xScale: Integer; const Y: TMtxVecInt; yScale: Integer; const Z: TMtxVecInt; zScale: Integer): MatrixInt;
Compute (X*xScale + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | xScale | Integer | |
| 3 | Y | TMtxVecInt | |
| 4 | yScale | Integer | |
| 5 | Z | TMtxVecInt | |
| 6 | zScale | Integer |
Returns: MatrixInt
Overload 17: function AddAndMul(const X: TMtxInt; xScale: Integer; const Y: TMtxVecInt; yScale: Integer; Z: Integer): MatrixInt;
Compute (X*xScale + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | xScale | Integer | |
| 3 | Y | TMtxVecInt | |
| 4 | yScale | Integer | |
| 5 | Z | Integer |
Returns: MatrixInt
Overload 18: function AddAndMul(const X: TMtxInt; xScale: Integer; Y: Integer; const Z: TMtxVecInt): MatrixInt;
Compute (X*xScale + yScalar)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | xScale | Integer | |
| 3 | Y | Integer | |
| 4 | Z | TMtxVecInt |
Returns: MatrixInt
Overload 19: function AddAndMul(const X: TMtxInt; xScale: Integer; Y: Integer; const Z: TMtxVecInt; zScale: Integer): MatrixInt;
Compute (X*xScale + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | xScale | Integer | |
| 3 | Y | Integer | |
| 4 | Z | TMtxVecInt | |
| 5 | zScale | Integer |
Returns: MatrixInt
Overload 20: function AddAndMul(const X: TVecInt; const Y: TMtxVecInt; yScale: Integer; const Z: TMtxVecInt; zScale: Integer): VectorInt;
Compute (X + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | yScale | Integer | |
| 4 | Z | TMtxVecInt | |
| 5 | zScale | Integer |
Returns: VectorInt
Overload 21: function AddAndMul(const X: TVecInt; const Y: TMtxVecInt; yScale: Integer; Z: Integer): VectorInt;
Compute (X + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | yScale | Integer | |
| 4 | Z | Integer |
Returns: VectorInt
Overload 22: function AddAndMul(const X: TVecInt; Y: Integer; const Z: TMtxVecInt; zScale: Integer): VectorInt;
Compute (X + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | Integer | |
| 3 | Z | TMtxVecInt | |
| 4 | zScale | Integer |
Returns: VectorInt
Overload 23: function AddAndMul(const X: TVecInt; xScale: Integer; const Y: TMtxVecInt; yScale: Integer; const Z: TMtxVecInt; zScale: Integer): VectorInt;
Compute (X*xScale + Y*yScale)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | xScale | Integer | |
| 3 | Y | TMtxVecInt | |
| 4 | yScale | Integer | |
| 5 | Z | TMtxVecInt | |
| 6 | zScale | Integer |
Returns: VectorInt
Overload 24: function AddAndMul(const X: TVecInt; xScale: Integer; const Y: TMtxVecInt; yScale: Integer; Z: Integer): VectorInt;
Compute (X*xScale + Y*yScale)*zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | xScale | Integer | |
| 3 | Y | TMtxVecInt | |
| 4 | yScale | Integer | |
| 5 | Z | Integer |
Returns: VectorInt
Overload 25: function AddAndMul(const X: TVecInt; xScale: Integer; Y: Integer; const Z: TMtxVecInt): VectorInt;
Compute (X*xScale + yScalar)*Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | xScale | Integer | |
| 3 | Y | Integer | |
| 4 | Z | TMtxVecInt |
Returns: VectorInt
Overload 26: function AddAndMul(const X: TVecInt; xScale: Integer; Y: Integer; const Z: TMtxVecInt; zScale: Integer): VectorInt;
Compute (X*xScale + yScalar)*Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | xScale | Integer | |
| 3 | Y | Integer | |
| 4 | Z | TMtxVecInt | |
| 5 | zScale | Integer |
Returns: VectorInt