Click or drag to resize

HybridMCGenericTDoProduct 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 abstract double DoProduct(
	T first,
	T second
)

Parameters

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

Return Value

Double
The dot product of first and second.
See Also