Method for doing dot product.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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
DoubleThe dot product of
first and
second.
See Also