Click or drag to resize
Accord.NET (logo)

LinearProduct Method (Double, SparseDouble, Double)

Elementwise multiplication of vector a and vector b, accumulating in result.

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

Parameters

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

Implements

ILinearTProduct(Double, T, Double)
See Also