Click or drag to resize
Accord.NET (logo)

SparseLinearProduct Method

Computes the product of two vectors given in sparse representation.

Namespace:  Accord.Statistics.Kernels.Sparse
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double Product(
	double[] x,
	double[] y
)
Request Example View Source

Parameters

x
Type: SystemDouble
The first vector x.
y
Type: SystemDouble
The second vector y.

Return Value

Type: Double
The inner product x * y between the given vectors.
See Also