Click or drag to resize

HybridMCDoProduct Method

Method for doing dot product.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override double DoProduct(
	double[] first,
	double[] second
)

Parameters

first  Double
First vector/scalar in the product.
second  Double
Second vector/scalar in the product.

Return Value

Double
The dot product of first and second.
See Also