| Name | Description |
---|
| Multiply(Double, Double) |
Multiplies all vector elements with a constant.
|
| Multiply(Int32, Int32) |
Multiplies all vector elements with a constant.
|
| Multiply(IVectorDouble, Double) |
Multiplies all vector elements with a constant.
|
| Multiply(IVectorSingle, Single) |
Multiplies all vector elements with a constant.
|
| Multiply(Single, Single) |
Multiplies all vector elements with a constant.
|
| Multiply(Double, Double, Double) |
Multiplies (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
|
| Multiply(Int32, Int32, Int32) |
Multiplies (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
|
| Multiply(IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) |
Multiplies (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
|
| Multiply(IReadOnlyListSingle, IReadOnlyListSingle, IVectorSingle) |
Multiplies (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
|
| Multiply(Single, Single, Single) |
Multiplies (elementwise) two vectors a and b and stores the result in c. All vectors must have the same length.
|