|
ILinearTProduct Method (Double, T, Double)
|
Elementwise multiplication of scalar a and vector b, accumulating in result.
Namespace:
Accord.Statistics.Kernels
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax void Product(
double a,
T b,
double[] accumulate
)
Sub Product (
a As Double,
b As T,
accumulate As Double()
)
Request Example
View SourceParameters
- a
- Type: SystemDouble
The scalar to be multiplied. - b
- Type: T
The vector to be multiplied. - accumulate
- Type: SystemDouble
An array to store the result.
See Also