Click or drag to resize
Accord.NET (logo)

TaylorGaussianProduct Method (Double, Double, Double)

Elementwise multiplication of scalar a and vector b, storing in result.

Namespace:  Accord.Statistics.Kernels
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Product(
	double a,
	double[] b,
	double[] result
)
Request Example View Source

Parameters

a
Type: SystemDouble
The scalar to be multiplied.
b
Type: SystemDouble
The vector to be multiplied.
result
Type: SystemDouble
An array to store the result.

Implements

ILinearTProduct(Double, T, Double)
See Also