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.3179.0 (4.8.3179.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

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.Mcmc.HybridMCGeneric`1.DoProduct(`0,`0)"]

See Also